#A29C58

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

Shades of Husk #A29C58

Tints of Husk #A29C58

Color information

#A29C58 (or 0xA29C58) is unknown color: approx Husk. HEX triplet: A2, 9C and 58. RGB value is (162,156,88). Sum of RGB (Red+Green+Blue) = 162+156+88=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C58 is #5D63A7. Grayscale: #969696. Windows color (decimal): -6120360 or 5807266. OLE color: 5807266.

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

Color convert

RGB16215688-
CMYK00.040.460.36
HSL55.14º29.6%49.02%-
HSV(B)55.14º45.68%63.53%-
XYZ28.5532.1613.94-
YUV150.0492.99136.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 156 (61.33% from 255) = 38.42%
BLUE value IS 88 (34.77% from 255) = 21.67%
R=39.90%
G=38.42%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621568800.040.460.3655.1429.649.02
HexA29C58042E24371e31
Octal242234130045644673661
Binary10100010100111001011000010010111010010011011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C58; }

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

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

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

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

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

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

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

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