#A29A12

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

Shades of Lucky #A29A12

Tints of Lucky #A29A12

Color information

#A29A12 (or 0xA29A12) is unknown color: approx Lucky. HEX triplet: A2, 9A and 12. RGB value is (162,154,18). Sum of RGB (Red+Green+Blue) = 162+154+18=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29A12 is #5D65ED. Grayscale: #8D8D8D. Windows color (decimal): -6120942 or 1219234. OLE color: 1219234.

HSL color Cylindrical-coordinate representation of color #A29A12: hue angle of 56.67º 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 #A29A12 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB16215418-
CMYK00.050.890.36
HSL56.67º80%35.29%-
HSV(B)56.67º88.89%63.53%-
XYZ26.5730.845.12-
YUV140.8958.65143.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 154 (60.55% from 255) = 46.11%
BLUE value IS 18 (7.42% from 255) = 5.39%
R=48.50%
G=46.11%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621541800.050.890.3656.678035.29
HexA29A12055924395023
Octal2422322205131447112043
Binary101000101001101010010010110110011001001110011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A12; }

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

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

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

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

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

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

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

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