#A59D4A

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

Shades of Husk #A59D4A

Tints of Husk #A59D4A

Color information

#A59D4A (or 0xA59D4A) is unknown color: approx Husk. HEX triplet: A5, 9D and 4A. RGB value is (165,157,74). Sum of RGB (Red+Green+Blue) = 165+157+74=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59D4A is #5A62B5. Grayscale: #969696. Windows color (decimal): -5923510 or 4890021. OLE color: 4890021.

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

Color convert

RGB16515774-
CMYK00.050.550.35
HSL54.73º38.08%46.86%-
HSV(B)54.73º55.15%64.71%-
XYZ28.8132.6111.25-
YUV149.9385.15138.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 157 (61.72% from 255) = 39.65%
BLUE value IS 74 (29.30% from 255) = 18.69%
R=41.67%
G=39.65%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651577400.050.550.3554.7338.0846.86
HexA59D4A05372337262f
Octal245235112056743674657
Binary101001011001110110010100101110111100011110111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59D4A; }

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

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

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

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

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

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

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

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