#A59C49

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

Shades of Husk #A59C49

Tints of Husk #A59C49

Color information

#A59C49 (or 0xA59C49) is unknown color: approx Husk. HEX triplet: A5, 9C and 49. RGB value is (165,156,73). Sum of RGB (Red+Green+Blue) = 165+156+73=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59C49 is #5A63B6. Grayscale: #959595. Windows color (decimal): -5923767 or 4824229. OLE color: 4824229.

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

Color convert

RGB16515673-
CMYK00.050.560.35
HSL54.13º38.66%46.67%-
HSV(B)54.13º55.76%64.71%-
XYZ28.6132.2611.02-
YUV149.2384.98139.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.88%
GREEN value IS 156 (61.33% from 255) = 39.59%
BLUE value IS 73 (28.91% from 255) = 18.53%
R=41.88%
G=39.59%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651567300.050.560.3554.1338.6646.67
HexA59C4905382336272f
Octal245234111057043664757
Binary101001011001110010010010101111000100011110110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59C49; }

 p { color: rgb(165,156,73); }

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

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

 a { background-color: rgb(165,156,73); }

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

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

 span { border-color: rgb(165,156,73); }

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