#A59A5E

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

Shades of Husk #A59A5E

Tints of Husk #A59A5E

Color information

#A59A5E (or 0xA59A5E) is unknown color: approx Husk. HEX triplet: A5, 9A and 5E. RGB value is (165,154,94). Sum of RGB (Red+Green+Blue) = 165+154+94=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59A5E is #5A65A1. Grayscale: #969696. Windows color (decimal): -5924258 or 6199973. OLE color: 6199973.

HSL color Cylindrical-coordinate representation of color #A59A5E: hue angle of 50.7º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A59A5E is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16515494-
CMYK00.070.430.35
HSL50.7º28.29%50.78%-
HSV(B)50.7º43.03%64.71%-
XYZ29.0931.9215.22-
YUV150.4596.14138.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 154 (60.55% from 255) = 37.29%
BLUE value IS 94 (37.11% from 255) = 22.76%
R=39.95%
G=37.29%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651549400.070.430.3550.728.2950.78
HexA59A5E072B23331c33
Octal245232136075343633463
Binary10100101100110101011110011110101110001111001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A5E; }

 p { color: rgb(165,154,94); }

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

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

 a { background-color: rgb(165,154,94); }

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

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

 span { border-color: rgb(165,154,94); }

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