#A29012

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

Shades of Lucky #A29012

Tints of Lucky #A29012

Color information

#A29012 (or 0xA29012) is unknown color: approx Lucky. HEX triplet: A2, 90 and 12. RGB value is (162,144,18). Sum of RGB (Red+Green+Blue) = 162+144+18=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A29012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29012 is #5D6FED. Grayscale: #878787. Windows color (decimal): -6123502 or 1216674. OLE color: 1216674.

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

Color convert

RGB16214418-
CMYK00.110.890.36
HSL52.5º80%35.29%-
HSV(B)52.5º88.89%63.53%-
XYZ24.9827.674.6-
YUV135.0261.96147.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 144 (56.64% from 255) = 44.44%
BLUE value IS 18 (7.42% from 255) = 5.56%
R=50%
G=44.44%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621441800.110.890.3652.58035.29
HexA290120B5924345023
Octal24222022013131446412043
Binary1010001010010000100100101110110011001001101001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29012; }

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

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

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

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

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

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

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

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