#A29C0F

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

Shades of Lucky #A29C0F

Tints of Lucky #A29C0F

Color information

#A29C0F (or 0xA29C0F) is unknown color: approx Lucky. HEX triplet: A2, 9C and 0F. RGB value is (162,156,15). Sum of RGB (Red+Green+Blue) = 162+156+15=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29C0F is #5D63F0. Grayscale: #8E8E8E. Windows color (decimal): -6120433 or 1023138. OLE color: 1023138.

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

Color convert

RGB16215615-
CMYK00.040.910.36
HSL57.55º83.05%34.71%-
HSV(B)57.55º90.74%63.53%-
XYZ26.8731.495.11-
YUV141.7256.49142.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 156 (61.33% from 255) = 46.85%
BLUE value IS 15 (6.25% from 255) = 4.50%
R=48.65%
G=46.85%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621561500.040.910.3657.5583.0534.71
HexA29CF045B243a5323
Octal2422341704133447212343
Binary10100010100111001111010010110111001001110101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C0F; }

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

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

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

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

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

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

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

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