#A29C56

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

Shades of Husk #A29C56

Tints of Husk #A29C56

Color information

#A29C56 (or 0xA29C56) is unknown color: approx Husk. HEX triplet: A2, 9C and 56. RGB value is (162,156,86). Sum of RGB (Red+Green+Blue) = 162+156+86=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C56 is #5D63A9. Grayscale: #969696. Windows color (decimal): -6120362 or 5676194. OLE color: 5676194.

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

Color convert

RGB16215686-
CMYK00.040.470.36
HSL55.26º30.65%48.63%-
HSV(B)55.26º46.91%63.53%-
XYZ28.4732.1313.51-
YUV149.8191.99136.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 156 (61.33% from 255) = 38.61%
BLUE value IS 86 (33.98% from 255) = 21.29%
R=40.10%
G=38.61%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621568600.040.470.3655.2630.6548.63
HexA29C56042F24371f31
Octal242234126045744673761
Binary10100010100111001010110010010111110010011011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C56; }

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

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

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

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

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

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

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

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