#A59A56

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

Shades of Husk #A59A56

Tints of Husk #A59A56

Color information

#A59A56 (or 0xA59A56) is unknown color: approx Husk. HEX triplet: A5, 9A and 56. RGB value is (165,154,86). Sum of RGB (Red+Green+Blue) = 165+154+86=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59A56 is #5A65A9. Grayscale: #959595. Windows color (decimal): -5924266 or 5675685. OLE color: 5675685.

HSL color Cylindrical-coordinate representation of color #A59A56: hue angle of 51.65º degrees, saturation: 0.31, 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 #A59A56 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16515486-
CMYK00.070.480.35
HSL51.65º31.47%49.22%-
HSV(B)51.65º47.88%64.71%-
XYZ28.7531.7813.42-
YUV149.5492.14139.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 154 (60.55% from 255) = 38.02%
BLUE value IS 86 (33.98% from 255) = 21.23%
R=40.74%
G=38.02%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651548600.070.480.3551.6531.4749.22
HexA59A56073023341f31
Octal245232126076043643761
Binary10100101100110101010110011111000010001111010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A56; }

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

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

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

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

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

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

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

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