#A59D59

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

Shades of Husk #A59D59

Tints of Husk #A59D59

Color information

#A59D59 (or 0xA59D59) is unknown color: approx Husk. HEX triplet: A5, 9D and 59. RGB value is (165,157,89). Sum of RGB (Red+Green+Blue) = 165+157+89=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59D59 is #5A62A6. Grayscale: #979797. Windows color (decimal): -5923495 or 5873061. OLE color: 5873061.

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

Color convert

RGB16515789-
CMYK00.050.460.35
HSL53.68º29.92%49.8%-
HSV(B)53.68º46.06%64.71%-
XYZ29.3832.8314.24-
YUV151.6492.65137.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 157 (61.72% from 255) = 38.20%
BLUE value IS 89 (35.16% from 255) = 21.65%
R=40.15%
G=38.20%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651578900.050.460.3553.6829.9249.8
HexA59D59052E23361e32
Octal245235131055643663662
Binary10100101100111011011001010110111010001111011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59D59; }

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

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

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

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

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

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

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

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