#AA9851

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

Shades of Husk #AA9851

Tints of Husk #AA9851

Color information

#AA9851 (or 0xAA9851) is unknown color: approx Husk. HEX triplet: AA, 98 and 51. RGB value is (170,152,81). Sum of RGB (Red+Green+Blue) = 170+152+81=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9851 is #5567AE. Grayscale: #959595. Windows color (decimal): -5597103 or 5347498. OLE color: 5347498.

HSL color Cylindrical-coordinate representation of color #AA9851: hue angle of 47.87º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA9851 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB17015281-
CMYK00.110.520.33
HSL47.87º35.46%49.22%-
HSV(B)47.87º52.35%66.67%-
XYZ29.2931.612.34-
YUV149.2989.46142.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 152 (59.77% from 255) = 37.72%
BLUE value IS 81 (32.03% from 255) = 20.10%
R=42.18%
G=37.72%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701528100.110.520.3347.8735.4649.22
HexAA98510B3421302331
Octal2522301210136441604361
Binary1010101010011000101000101011110100100001110000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9851; }

 p { color: rgb(170,152,81); }

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

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

 a { background-color: rgb(170,152,81); }

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

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

 span { border-color: rgb(170,152,81); }

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