#A59F4E

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

Shades of Husk #A59F4E

Tints of Husk #A59F4E

Color information

#A59F4E (or 0xA59F4E) is unknown color: approx Husk. HEX triplet: A5, 9F and 4E. RGB value is (165,159,78). Sum of RGB (Red+Green+Blue) = 165+159+78=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59F4E is #5A60B1. Grayscale: #979797. Windows color (decimal): -5922994 or 5152677. OLE color: 5152677.

HSL color Cylindrical-coordinate representation of color #A59F4E: hue angle of 55.86º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A59F4E is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16515978-
CMYK00.040.530.35
HSL55.86º35.8%47.65%-
HSV(B)55.86º52.73%64.71%-
XYZ29.2933.3512.1-
YUV151.5686.49137.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 159 (62.5% from 255) = 39.55%
BLUE value IS 78 (30.86% from 255) = 19.40%
R=41.04%
G=39.55%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651597800.040.530.3555.8635.847.65
HexA59F4E043523382430
Octal245237116046543704460
Binary101001011001111110011100100110101100011111000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59F4E; }

 p { color: rgb(165,159,78); }

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

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

 a { background-color: rgb(165,159,78); }

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

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

 span { border-color: rgb(165,159,78); }

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