#AA9F5B

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

Shades of Husk #AA9F5B

Tints of Husk #AA9F5B

Color information

#AA9F5B (or 0xAA9F5B) is unknown color: approx Husk. HEX triplet: AA, 9F and 5B. RGB value is (170,159,91). Sum of RGB (Red+Green+Blue) = 170+159+91=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F5B is #5560A4. Grayscale: #9A9A9A. Windows color (decimal): -5595301 or 6004650. OLE color: 6004650.

HSL color Cylindrical-coordinate representation of color #AA9F5B: hue angle of 51.65º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA9F5B is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17015991-
CMYK00.060.460.33
HSL51.65º31.73%51.18%-
HSV(B)51.65º46.47%66.67%-
XYZ30.8634.114.85-
YUV154.5492.14139.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 159 (62.5% from 255) = 37.86%
BLUE value IS 91 (35.94% from 255) = 21.67%
R=40.48%
G=37.86%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701599100.060.460.3351.6531.7351.18
HexAA9F5B062E21342033
Octal252237133065641644063
Binary101010101001111110110110110101110100001110100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F5B; }

 p { color: rgb(170,159,91); }

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

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

 a { background-color: rgb(170,159,91); }

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

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

 span { border-color: rgb(170,159,91); }

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