#A79A1E

Color #A79A1E Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A79A1E

Tints of Lucky #A79A1E

Color information

#A79A1E (or 0xA79A1E) is unknown color: approx Lucky. HEX triplet: A7, 9A and 1E. RGB value is (167,154,30). Sum of RGB (Red+Green+Blue) = 167+154+30=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79A1E is #5865E1. Grayscale: #909090. Windows color (decimal): -5793250 or 2005671. OLE color: 2005671.

HSL color Cylindrical-coordinate representation of color #A79A1E: hue angle of 54.31º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A79A1E is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB16715430-
CMYK00.080.820.35
HSL54.31º69.54%38.63%-
HSV(B)54.31º82.04%65.49%-
XYZ27.7331.425.83-
YUV143.7563.81144.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 47.58%
GREEN value IS 154 (60.55% from 255) = 43.87%
BLUE value IS 30 (12.11% from 255) = 8.55%
R=47.58%
G=43.87%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671543000.080.820.3554.3169.5438.63
HexA79A1E085223364627
Octal24723236010122436610647
Binary1010011110011010111100100010100101000111101101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79A1E; }

 p { color: rgb(167,154,30); }

 H1.HeaderClassName
 {
   color: #A79A1E;
 }
 .AnyTagClassName
 {
   color: #A79A1E;
 }
</style>
background-color css

<style>
 a { background-color: #A79A1E; }

 a { background-color: rgb(167,154,30); }

 div.DivClassName
 {
   background-color: #A79A1E;
 }
 .BgClassName
 {
   background-color: #A79A1E;
 }
</style>
border-color css

<style>
 span { border-color: #A79A1E; }

 span { border-color: rgb(167,154,30); }

 td.TdClassName
 {
   border-color: #A79A1E;
 }
 .TagClassName
 {
   border-color: #A79A1E;
 }
</style>