#A29C4E

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

Shades of Husk #A29C4E

Tints of Husk #A29C4E

Color information

#A29C4E (or 0xA29C4E) is unknown color: approx Husk. HEX triplet: A2, 9C and 4E. RGB value is (162,156,78). Sum of RGB (Red+Green+Blue) = 162+156+78=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C4E is #5D63B1. Grayscale: #959595. Windows color (decimal): -6120370 or 5151906. OLE color: 5151906.

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

Color convert

RGB16215678-
CMYK00.040.520.36
HSL55.71º35%47.06%-
HSV(B)55.71º51.85%63.53%-
XYZ28.1632.0111.9-
YUV148.987.99137.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 156 (61.33% from 255) = 39.39%
BLUE value IS 78 (30.86% from 255) = 19.70%
R=40.91%
G=39.39%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621567800.040.520.3655.713547.06
HexA29C4E04342438232f
Octal242234116046444704357
Binary101000101001110010011100100110100100100111000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C4E; }

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

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

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

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

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

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

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

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