#A59858

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

Shades of Husk #A59858

Tints of Husk #A59858

Color information

#A59858 (or 0xA59858) is unknown color: approx Husk. HEX triplet: A5, 98 and 58. RGB value is (165,152,88). Sum of RGB (Red+Green+Blue) = 165+152+88=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A59858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59858 is #5A67A7. Grayscale: #949494. Windows color (decimal): -5924776 or 5806245. OLE color: 5806245.

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

Color convert

RGB16515288-
CMYK00.080.470.35
HSL49.87º30.43%49.61%-
HSV(B)49.87º46.67%64.71%-
XYZ28.5131.1613.74-
YUV148.5993.81139.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 152 (59.77% from 255) = 37.53%
BLUE value IS 88 (34.77% from 255) = 21.73%
R=40.74%
G=37.53%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651528800.080.470.3549.8730.4349.61
HexA59858082F23321e32
Octal2452301300105743623662
Binary101001011001100010110000100010111110001111001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59858; }

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

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

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

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

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

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

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

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