#A59859

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

Shades of Husk #A59859

Tints of Husk #A59859

Color information

#A59859 (or 0xA59859) is unknown color: approx Husk. HEX triplet: A5, 98 and 59. RGB value is (165,152,89). Sum of RGB (Red+Green+Blue) = 165+152+89=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A59859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59859 is #5A67A6. Grayscale: #949494. Windows color (decimal): -5924775 or 5871781. OLE color: 5871781.

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

Color convert

RGB16515289-
CMYK00.080.460.35
HSL49.74º29.92%49.8%-
HSV(B)49.74º46.06%64.71%-
XYZ28.5531.1813.96-
YUV148.794.31139.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 152 (59.77% from 255) = 37.44%
BLUE value IS 89 (35.16% from 255) = 21.92%
R=40.64%
G=37.44%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651528900.080.460.3549.7429.9249.8
HexA59859082E23321e32
Octal2452301310105643623662
Binary101001011001100010110010100010111010001111001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59859; }

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

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

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

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

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

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

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

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