#A29C12

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

Shades of Lucky #A29C12

Tints of Lucky #A29C12

Color information

#A29C12 (or 0xA29C12) is unknown color: approx Lucky. HEX triplet: A2, 9C and 12. RGB value is (162,156,18). Sum of RGB (Red+Green+Blue) = 162+156+18=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29C12 is #5D63ED. Grayscale: #8E8E8E. Windows color (decimal): -6120430 or 1219746. OLE color: 1219746.

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

Color convert

RGB16215618-
CMYK00.040.890.36
HSL57.5º80%35.29%-
HSV(B)57.5º88.89%63.53%-
XYZ26.931.55.24-
YUV142.0657.99142.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.21%
GREEN value IS 156 (61.33% from 255) = 46.43%
BLUE value IS 18 (7.42% from 255) = 5.36%
R=48.21%
G=46.43%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621561800.040.890.3657.58035.29
HexA29C120459243a5023
Octal2422342204131447212043
Binary101000101001110010010010010110011001001110101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C12; }

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

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

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

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

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

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

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

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