#A09906

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

Shades of Lucky #A09906

Tints of Lucky #A09906

Color information

#A09906 (or 0xA09906) is unknown color: approx Lucky. HEX triplet: A0, 99 and 06. RGB value is (160,153,6). Sum of RGB (Red+Green+Blue) = 160+153+6=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A09906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09906 is #5F66F9. Grayscale: #8A8A8A. Windows color (decimal): -6252282 or 432544. OLE color: 432544.

HSL color Cylindrical-coordinate representation of color #A09906: hue angle of 57.27º 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 #A09906 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB1601536-
CMYK00.040.960.37
HSL57.27º92.77%32.55%-
HSV(B)57.27º96.25%62.75%-
XYZ25.9230.274.65-
YUV138.3353.32143.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.16%
GREEN value IS 153 (60.16% from 255) = 47.96%
BLUE value IS 6 (2.73% from 255) = 1.88%
R=50.16%
G=47.96%
B=1.88%

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
Decimal160153600.040.960.3757.2792.7732.55
HexA0996046025395d21
Octal240231604140457113541
Binary1010000010011001110010011000001001011110011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09906; }

 p { color: rgb(160,153,6); }

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

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

 a { background-color: rgb(160,153,6); }

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

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

 span { border-color: rgb(160,153,6); }

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