#A59559

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

Shades of Husk #A59559

Tints of Husk #A59559

Color information

#A59559 (or 0xA59559) is unknown color: approx Husk. HEX triplet: A5, 95 and 59. RGB value is (165,149,89). Sum of RGB (Red+Green+Blue) = 165+149+89=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A59559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59559 is #5A6AA6. Grayscale: #939393. Windows color (decimal): -5925543 or 5871013. OLE color: 5871013.

HSL color Cylindrical-coordinate representation of color #A59559: hue angle of 47.37º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A59559 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB16514989-
CMYK00.100.460.35
HSL47.37º29.92%49.8%-
HSV(B)47.37º46.06%64.71%-
XYZ28.0730.2213.8-
YUV146.9495.3140.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 89 (35.16% from 255) = 22.08%
R=40.94%
G=36.97%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651498900.100.460.3547.3729.9249.8
HexA595590A2E232f1e32
Octal2452251310125643573662
Binary101001011001010110110010101010111010001110111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59559; }

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

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

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

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

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

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

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

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