#A29C4F

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

Shades of Husk #A29C4F

Tints of Husk #A29C4F

Color information

#A29C4F (or 0xA29C4F) is unknown color: approx Husk. HEX triplet: A2, 9C and 4F. RGB value is (162,156,79). Sum of RGB (Red+Green+Blue) = 162+156+79=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C4F is #5D63B0. Grayscale: #959595. Windows color (decimal): -6120369 or 5217442. OLE color: 5217442.

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

Color convert

RGB16215679-
CMYK00.040.510.36
HSL55.66º34.44%47.25%-
HSV(B)55.66º51.23%63.53%-
XYZ28.232.0212.09-
YUV149.0288.49137.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 79 (31.25% from 255) = 19.90%
R=40.81%
G=39.29%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621567900.040.510.3655.6634.4447.25
HexA29C4F04332438222f
Octal242234117046344704257
Binary101000101001110010011110100110011100100111000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C4F; }

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

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

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

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

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

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

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

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