#A29559

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

Shades of Husk #A29559

Tints of Husk #A29559

Color information

#A29559 (or 0xA29559) is unknown color: approx Husk. HEX triplet: A2, 95 and 59. RGB value is (162,149,89). Sum of RGB (Red+Green+Blue) = 162+149+89=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A29559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29559 is #5D6AA6. Grayscale: #929292. Windows color (decimal): -6122151 or 5871010. OLE color: 5871010.

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

Color convert

RGB16214989-
CMYK00.080.450.36
HSL49.32º29.08%49.22%-
HSV(B)49.32º45.06%63.53%-
XYZ27.4529.913.78-
YUV146.0595.81139.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.5%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 89 (35.16% from 255) = 22.25%
R=40.5%
G=37.25%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621498900.080.450.3649.3229.0849.22
HexA29559082D24311d31
Octal2422251310105544613561
Binary101000101001010110110010100010110110010011000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29559; }

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

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

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

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

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

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

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

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