#A29008

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

Shades of Lucky #A29008

Tints of Lucky #A29008

Color information

#A29008 (or 0xA29008) is unknown color: approx Lucky. HEX triplet: A2, 90 and 08. RGB value is (162,144,8). Sum of RGB (Red+Green+Blue) = 162+144+8=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A29008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29008 is #5D6FF7. Grayscale: #868686. Windows color (decimal): -6123512 or 561314. OLE color: 561314.

HSL color Cylindrical-coordinate representation of color #A29008: hue angle of 52.99º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A29008 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB1621448-
CMYK00.110.950.36
HSL52.99º90.59%33.33%-
HSV(B)52.99º95.06%63.53%-
XYZ24.9227.654.25-
YUV133.8856.96148.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 144 (56.64% from 255) = 45.86%
BLUE value IS 8 (3.52% from 255) = 2.55%
R=51.59%
G=45.86%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162144800.110.950.3652.9990.5933.33
HexA29080B5F24355b21
Octal24222010013137446513341
Binary101000101001000010000101110111111001001101011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29008; }

 p { color: rgb(162,144,8); }

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

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

 a { background-color: rgb(162,144,8); }

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

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

 span { border-color: rgb(162,144,8); }

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