#A29A1F

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

Shades of Lucky #A29A1F

Tints of Lucky #A29A1F

Color information

#A29A1F (or 0xA29A1F) is unknown color: approx Lucky. HEX triplet: A2, 9A and 1F. RGB value is (162,154,31). Sum of RGB (Red+Green+Blue) = 162+154+31=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29A1F is #5D65E0. Grayscale: #8E8E8E. Windows color (decimal): -6120929 or 2071202. OLE color: 2071202.

HSL color Cylindrical-coordinate representation of color #A29A1F: hue angle of 56.34º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A29A1F is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB16215431-
CMYK00.050.810.36
HSL56.34º67.88%37.84%-
HSV(B)56.34º80.86%63.53%-
XYZ26.730.895.85-
YUV142.3765.15142-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 154 (60.55% from 255) = 44.38%
BLUE value IS 31 (12.5% from 255) = 8.93%
R=46.69%
G=44.38%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621543100.050.810.3656.3467.8837.84
HexA29A1F055124384426
Octal2422323705121447010446
Binary101000101001101011111010110100011001001110001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A1F; }

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

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

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

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

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

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

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

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