#A29F4E

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

Shades of Husk #A29F4E

Tints of Husk #A29F4E

Color information

#A29F4E (or 0xA29F4E) is unknown color: approx Husk. HEX triplet: A2, 9F and 4E. RGB value is (162,159,78). Sum of RGB (Red+Green+Blue) = 162+159+78=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F4E is #5D60B1. Grayscale: #969696. Windows color (decimal): -6119602 or 5152674. OLE color: 5152674.

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

Color convert

RGB16215978-
CMYK00.020.520.36
HSL57.86º35%47.06%-
HSV(B)57.86º51.85%63.53%-
XYZ28.6733.0312.07-
YUV150.6686.99136.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 159 (62.5% from 255) = 39.85%
BLUE value IS 78 (30.86% from 255) = 19.55%
R=40.60%
G=39.85%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621597800.020.520.3657.863547.06
HexA29F4E0234243a232f
Octal242237116026444724357
Binary10100010100111111001110010110100100100111010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F4E; }

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

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

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

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

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

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

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

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