#A59F51

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

Shades of Husk #A59F51

Tints of Husk #A59F51

Color information

#A59F51 (or 0xA59F51) is unknown color: approx Husk. HEX triplet: A5, 9F and 51. RGB value is (165,159,81). Sum of RGB (Red+Green+Blue) = 165+159+81=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59F51 is #5A60AE. Grayscale: #989898. Windows color (decimal): -5922991 or 5349285. OLE color: 5349285.

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

Color convert

RGB16515981-
CMYK00.040.510.35
HSL55.71º34.15%48.24%-
HSV(B)55.71º50.91%64.71%-
XYZ29.433.3912.68-
YUV151.987.99137.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 159 (62.5% from 255) = 39.26%
BLUE value IS 81 (32.03% from 255) = 20%
R=40.74%
G=39.26%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651598100.040.510.3555.7134.1548.24
HexA59F51043323382230
Octal245237121046343704260
Binary101001011001111110100010100110011100011111000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59F51; }

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

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

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

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

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

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

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

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