#A59B57

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

Shades of Husk #A59B57

Tints of Husk #A59B57

Color information

#A59B57 (or 0xA59B57) is unknown color: approx Husk. HEX triplet: A5, 9B and 57. RGB value is (165,155,87). Sum of RGB (Red+Green+Blue) = 165+155+87=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59B57 is #5A64A8. Grayscale: #969696. Windows color (decimal): -5924009 or 5741477. OLE color: 5741477.

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

Color convert

RGB16515587-
CMYK00.060.470.35
HSL52.31º30.95%49.41%-
HSV(B)52.31º47.27%64.71%-
XYZ28.9632.1313.69-
YUV150.2492.31138.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 155 (60.94% from 255) = 38.08%
BLUE value IS 87 (34.38% from 255) = 21.38%
R=40.54%
G=38.08%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651558700.060.470.3552.3130.9549.41
HexA59B57062F23341f31
Octal245233127065743643761
Binary10100101100110111010111011010111110001111010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59B57; }

 p { color: rgb(165,155,87); }

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

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

 a { background-color: rgb(165,155,87); }

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

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

 span { border-color: rgb(165,155,87); }

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