#A59A0C

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

Shades of Lucky #A59A0C

Tints of Lucky #A59A0C

Color information

#A59A0C (or 0xA59A0C) is unknown color: approx Lucky. HEX triplet: A5, 9A and 0C. RGB value is (165,154,12). Sum of RGB (Red+Green+Blue) = 165+154+12=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59A0C is #5A65F3. Grayscale: #8D8D8D. Windows color (decimal): -5924340 or 826021. OLE color: 826021.

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

Color convert

RGB16515412-
CMYK00.070.930.35
HSL55.69º86.44%34.71%-
HSV(B)55.69º92.73%64.71%-
XYZ27.1431.144.93-
YUV141.155.14145.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 154 (60.55% from 255) = 46.53%
BLUE value IS 12 (5.08% from 255) = 3.63%
R=49.85%
G=46.53%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651541200.070.930.3555.6986.4434.71
HexA59AC075D23385623
Octal2452321407135437012643
Binary10100101100110101100011110111011000111110001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A0C; }

 p { color: rgb(165,154,12); }

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

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

 a { background-color: rgb(165,154,12); }

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

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

 span { border-color: rgb(165,154,12); }

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