#A79C0A

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

Shades of Lucky #A79C0A

Tints of Lucky #A79C0A

Color information

#A79C0A (or 0xA79C0A) is unknown color: approx Lucky. HEX triplet: A7, 9C and 0A. RGB value is (167,156,10). Sum of RGB (Red+Green+Blue) = 167+156+10=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79C0A is #5863F5. Grayscale: #8F8F8F. Windows color (decimal): -5792758 or 695463. OLE color: 695463.

HSL color Cylindrical-coordinate representation of color #A79C0A: hue angle of 55.8º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A79C0A is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB16715610-
CMYK00.070.940.35
HSL55.8º88.7%34.71%-
HSV(B)55.8º94.01%65.49%-
XYZ27.8832.015-
YUV142.6453.14145.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.15%
GREEN value IS 156 (61.33% from 255) = 46.85%
BLUE value IS 10 (4.30% from 255) = 3.00%
R=50.15%
G=46.85%
B=3.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671561000.070.940.3555.888.734.71
HexA79CA075E23385923
Octal2472341207136437013143
Binary10100111100111001010011110111101000111110001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79C0A; }

 p { color: rgb(167,156,10); }

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

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

 a { background-color: rgb(167,156,10); }

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

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

 span { border-color: rgb(167,156,10); }

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