#A29F51

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

Shades of Husk #A29F51

Tints of Husk #A29F51

Color information

#A29F51 (or 0xA29F51) is unknown color: approx Husk. HEX triplet: A2, 9F and 51. RGB value is (162,159,81). Sum of RGB (Red+Green+Blue) = 162+159+81=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F51 is #5D60AE. Grayscale: #979797. Windows color (decimal): -6119599 or 5349282. OLE color: 5349282.

HSL color Cylindrical-coordinate representation of color #A29F51: hue angle of 57.78º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A29F51 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB16215981-
CMYK00.020.500.36
HSL57.78º33.33%47.65%-
HSV(B)57.78º50%63.53%-
XYZ28.7833.0712.65-
YUV15188.49135.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 159 (62.5% from 255) = 39.55%
BLUE value IS 81 (32.03% from 255) = 20.15%
R=40.30%
G=39.55%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621598100.020.500.3657.7833.3347.65
HexA29F510232243a2130
Octal242237121026244724160
Binary10100010100111111010001010110010100100111010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F51; }

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

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

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

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

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

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

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

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