#A29B2F

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

Shades of Lucky #A29B2F

Tints of Lucky #A29B2F

Color information

#A29B2F (or 0xA29B2F) is unknown color: approx Lucky. HEX triplet: A2, 9B and 2F. RGB value is (162,155,47). Sum of RGB (Red+Green+Blue) = 162+155+47=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29B2F is #5D64D0. Grayscale: #919191. Windows color (decimal): -6120657 or 3120034. OLE color: 3120034.

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

Color convert

RGB16215547-
CMYK00.040.710.36
HSL56.35º55.02%40.98%-
HSV(B)56.35º70.99%63.53%-
XYZ27.1331.337.31-
YUV144.7872.82140.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 155 (60.94% from 255) = 42.58%
BLUE value IS 47 (18.75% from 255) = 12.91%
R=44.51%
G=42.58%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621554700.040.710.3656.3555.0240.98
HexA29B2F044724383729
Octal242233570410744706751
Binary101000101001101110111101001000111100100111000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B2F; }

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

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

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

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

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

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

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

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