#A09002

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

Shades of Lucky #A09002

Tints of Lucky #A09002

Color information

#A09002 (or 0xA09002) is unknown color: approx Lucky. HEX triplet: A0, 90 and 02. RGB value is (160,144,2). Sum of RGB (Red+Green+Blue) = 160+144+2=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A09002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09002 is #5F6FFD. Grayscale: #858585. Windows color (decimal): -6254590 or 168096. OLE color: 168096.

HSL color Cylindrical-coordinate representation of color #A09002: hue angle of 53.92º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A09002 is Cyan = 0, Magento = 0.1, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB1601442-
CMYK00.10.990.37
HSL53.92º97.53%31.76%-
HSV(B)53.92º98.75%62.75%-
XYZ24.4827.424.06-
YUV132.654.3147.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.29%
GREEN value IS 144 (56.64% from 255) = 47.06%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=52.29%
G=47.06%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160144200.10.990.3753.9297.5331.76
HexA09020A6325366220
Octal2402202012143456614240
Binary1010000010010000100101011000111001011101101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09002; }

 p { color: rgb(160,144,2); }

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

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

 a { background-color: rgb(160,144,2); }

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

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

 span { border-color: rgb(160,144,2); }

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