#A59E4A

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

Shades of Husk #A59E4A

Tints of Husk #A59E4A

Color information

#A59E4A (or 0xA59E4A) is unknown color: approx Husk. HEX triplet: A5, 9E and 4A. RGB value is (165,158,74). Sum of RGB (Red+Green+Blue) = 165+158+74=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59E4A is #5A61B5. Grayscale: #969696. Windows color (decimal): -5923254 or 4890277. OLE color: 4890277.

HSL color Cylindrical-coordinate representation of color #A59E4A: hue angle of 55.38º 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 #A59E4A is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16515874-
CMYK00.040.550.35
HSL55.38º38.08%46.86%-
HSV(B)55.38º55.15%64.71%-
XYZ28.9832.9511.31-
YUV150.5284.82138.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 158 (62.11% from 255) = 39.80%
BLUE value IS 74 (29.30% from 255) = 18.64%
R=41.56%
G=39.80%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651587400.040.550.3555.3838.0846.86
HexA59E4A04372337262f
Octal245236112046743674657
Binary101001011001111010010100100110111100011110111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59E4A; }

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

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

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

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

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

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

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

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