#A29959

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

Shades of Husk #A29959

Tints of Husk #A29959

Color information

#A29959 (or 0xA29959) is unknown color: approx Husk. HEX triplet: A2, 99 and 59. RGB value is (162,153,89). Sum of RGB (Red+Green+Blue) = 162+153+89=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A29959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29959 is #5D66A6. Grayscale: #949494. Windows color (decimal): -6121127 or 5872034. OLE color: 5872034.

HSL color Cylindrical-coordinate representation of color #A29959: hue angle of 52.6º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A29959 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16215389-
CMYK00.060.450.36
HSL52.6º29.08%49.22%-
HSV(B)52.6º45.06%63.53%-
XYZ28.0931.1913.99-
YUV148.3994.48137.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 153 (60.16% from 255) = 37.87%
BLUE value IS 89 (35.16% from 255) = 22.03%
R=40.10%
G=37.87%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621538900.060.450.3652.629.0849.22
HexA29959062D24351d31
Octal242231131065544653561
Binary10100010100110011011001011010110110010011010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29959; }

 p { color: rgb(162,153,89); }

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

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

 a { background-color: rgb(162,153,89); }

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

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

 span { border-color: rgb(162,153,89); }

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