#A19A06

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

Shades of Lucky #A19A06

Tints of Lucky #A19A06

Color information

#A19A06 (or 0xA19A06) is unknown color: approx Lucky. HEX triplet: A1, 9A and 06. RGB value is (161,154,6). Sum of RGB (Red+Green+Blue) = 161+154+6=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19A06 is #5E65F9. Grayscale: #8B8B8B. Windows color (decimal): -6186490 or 432801. OLE color: 432801.

HSL color Cylindrical-coordinate representation of color #A19A06: hue angle of 57.29º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A19A06 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB1611546-
CMYK00.040.960.37
HSL57.29º92.81%32.75%-
HSV(B)57.29º96.27%63.14%-
XYZ26.2930.74.71-
YUV139.2252.82143.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.16%
GREEN value IS 154 (60.55% from 255) = 47.98%
BLUE value IS 6 (2.73% from 255) = 1.87%
R=50.16%
G=47.98%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161154600.040.960.3757.2992.8132.75
HexA19A6046025395d21
Octal241232604140457113541
Binary1010000110011010110010011000001001011110011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19A06; }

 p { color: rgb(161,154,6); }

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

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

 a { background-color: rgb(161,154,6); }

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

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

 span { border-color: rgb(161,154,6); }

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