#A29D0F

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

Shades of Lucky #A29D0F

Tints of Lucky #A29D0F

Color information

#A29D0F (or 0xA29D0F) is unknown color: approx Lucky. HEX triplet: A2, 9D and 0F. RGB value is (162,157,15). Sum of RGB (Red+Green+Blue) = 162+157+15=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29D0F is #5D62F0. Grayscale: #8E8E8E. Windows color (decimal): -6120177 or 1023394. OLE color: 1023394.

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

Color convert

RGB16215715-
CMYK00.030.910.36
HSL57.96º83.05%34.71%-
HSV(B)57.96º90.74%63.53%-
XYZ27.0431.835.17-
YUV142.3156.16142.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 157 (61.72% from 255) = 47.01%
BLUE value IS 15 (6.25% from 255) = 4.49%
R=48.50%
G=47.01%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621571500.030.910.3657.9683.0534.71
HexA29DF035B243a5323
Octal2422351703133447212343
Binary1010001010011101111101110110111001001110101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D0F; }

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

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

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

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

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

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

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

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