#A59E55

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

Shades of Husk #A59E55

Tints of Husk #A59E55

Color information

#A59E55 (or 0xA59E55) is unknown color: approx Husk. HEX triplet: A5, 9E and 55. RGB value is (165,158,85). Sum of RGB (Red+Green+Blue) = 165+158+85=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59E55 is #5A61AA. Grayscale: #989898. Windows color (decimal): -5923243 or 5611173. OLE color: 5611173.

HSL color Cylindrical-coordinate representation of color #A59E55: hue angle of 54.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A59E55 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16515885-
CMYK00.040.480.35
HSL54.75º32%49.02%-
HSV(B)54.75º48.48%64.71%-
XYZ29.3833.1113.44-
YUV151.7790.32137.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.44%
GREEN value IS 158 (62.11% from 255) = 38.73%
BLUE value IS 85 (33.59% from 255) = 20.83%
R=40.44%
G=38.73%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651588500.040.480.3554.753249.02
HexA59E55043023372031
Octal245236125046043674061
Binary101001011001111010101010100110000100011110111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59E55; }

 p { color: rgb(165,158,85); }

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

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

 a { background-color: rgb(165,158,85); }

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

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

 span { border-color: rgb(165,158,85); }

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