#A09006

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

Shades of Lucky #A09006

Tints of Lucky #A09006

Color information

#A09006 (or 0xA09006) is unknown color: approx Lucky. HEX triplet: A0, 90 and 06. RGB value is (160,144,6). Sum of RGB (Red+Green+Blue) = 160+144+6=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A09006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09006 is #5F6FF9. Grayscale: #858585. Windows color (decimal): -6254586 or 430240. OLE color: 430240.

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

Color convert

RGB1601446-
CMYK00.10.960.37
HSL53.77º92.77%32.55%-
HSV(B)53.77º96.25%62.75%-
XYZ24.527.434.18-
YUV133.0556.3147.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.61%
GREEN value IS 144 (56.64% from 255) = 46.45%
BLUE value IS 6 (2.73% from 255) = 1.94%
R=51.61%
G=46.45%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160144600.10.960.3753.7792.7732.55
HexA09060A6025365d21
Octal2402206012140456613541
Binary10100000100100001100101011000001001011101101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09006; }

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

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

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

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

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

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

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

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