#A29A2F

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

Shades of Lucky #A29A2F

Tints of Lucky #A29A2F

Color information

#A29A2F (or 0xA29A2F) is unknown color: approx Lucky. HEX triplet: A2, 9A and 2F. RGB value is (162,154,47). Sum of RGB (Red+Green+Blue) = 162+154+47=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29A2F is #5D65D0. Grayscale: #909090. Windows color (decimal): -6120913 or 3119778. OLE color: 3119778.

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

Color convert

RGB16215447-
CMYK00.050.710.36
HSL55.83º55.02%40.98%-
HSV(B)55.83º70.99%63.53%-
XYZ26.97317.25-
YUV144.1973.15140.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 47 (18.75% from 255) = 12.95%
R=44.63%
G=42.42%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621544700.050.710.3655.8355.0240.98
HexA29A2F054724383729
Octal242232570510744706751
Binary101000101001101010111101011000111100100111000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A2F; }

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

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

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

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

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

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

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

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