#A59E54

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

Shades of Husk #A59E54

Tints of Husk #A59E54

Color information

#A59E54 (or 0xA59E54) is unknown color: approx Husk. HEX triplet: A5, 9E and 54. RGB value is (165,158,84). Sum of RGB (Red+Green+Blue) = 165+158+84=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59E54 is #5A61AB. Grayscale: #979797. Windows color (decimal): -5923244 or 5545637. OLE color: 5545637.

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

Color convert

RGB16515884-
CMYK00.040.490.35
HSL54.81º32.53%48.82%-
HSV(B)54.81º49.09%64.71%-
XYZ29.3433.0913.23-
YUV151.6689.82137.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 158 (62.11% from 255) = 38.82%
BLUE value IS 84 (33.20% from 255) = 20.64%
R=40.54%
G=38.82%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651588400.040.490.3554.8132.5348.82
HexA59E54043123372131
Octal245236124046143674161
Binary101001011001111010101000100110001100011110111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59E54; }

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

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

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

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

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

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

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

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