#A59C4C

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

Shades of Husk #A59C4C

Tints of Husk #A59C4C

Color information

#A59C4C (or 0xA59C4C) is unknown color: approx Husk. HEX triplet: A5, 9C and 4C. RGB value is (165,156,76). Sum of RGB (Red+Green+Blue) = 165+156+76=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59C4C is #5A63B3. Grayscale: #959595. Windows color (decimal): -5923764 or 5020837. OLE color: 5020837.

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

Color convert

RGB16515676-
CMYK00.050.540.35
HSL53.93º36.93%47.25%-
HSV(B)53.93º53.94%64.71%-
XYZ28.7132.311.56-
YUV149.5786.48139-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 76 (30.08% from 255) = 19.14%
R=41.56%
G=39.29%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651567600.050.540.3553.9336.9347.25
HexA59C4C05362336252f
Octal245234114056643664557
Binary101001011001110010011000101110110100011110110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59C4C; }

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

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

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

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

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

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

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

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