#A29A4E

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

Shades of Husk #A29A4E

Tints of Husk #A29A4E

Color information

#A29A4E (or 0xA29A4E) is unknown color: approx Husk. HEX triplet: A2, 9A and 4E. RGB value is (162,154,78). Sum of RGB (Red+Green+Blue) = 162+154+78=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29A4E is #5D65B1. Grayscale: #949494. Windows color (decimal): -6120882 or 5151394. OLE color: 5151394.

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

Color convert

RGB16215478-
CMYK00.050.520.36
HSL54.29º35%47.06%-
HSV(B)54.29º51.85%63.53%-
XYZ27.8331.3411.79-
YUV147.7388.65138.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 154 (60.55% from 255) = 39.09%
BLUE value IS 78 (30.86% from 255) = 19.80%
R=41.12%
G=39.09%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621547800.050.520.3654.293547.06
HexA29A4E05342436232f
Octal242232116056444664357
Binary101000101001101010011100101110100100100110110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A4E; }

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

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

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

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

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

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

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

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