#A59951

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

Shades of Husk #A59951

Tints of Husk #A59951

Color information

#A59951 (or 0xA59951) is unknown color: approx Husk. HEX triplet: A5, 99 and 51. RGB value is (165,153,81). Sum of RGB (Red+Green+Blue) = 165+153+81=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A59951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59951 is #5A66AE. Grayscale: #949494. Windows color (decimal): -5924527 or 5347749. OLE color: 5347749.

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

Color convert

RGB16515381-
CMYK00.070.510.35
HSL51.43º34.15%48.24%-
HSV(B)51.43º50.91%64.71%-
XYZ28.3931.3812.34-
YUV148.3889.98139.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 153 (60.16% from 255) = 38.35%
BLUE value IS 81 (32.03% from 255) = 20.30%
R=41.35%
G=38.35%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651538100.070.510.3551.4334.1548.24
HexA59951073323332230
Octal245231121076343634260
Binary101001011001100110100010111110011100011110011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59951; }

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

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

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

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

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

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

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

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