#AA9D5E

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

Shades of Husk #AA9D5E

Tints of Husk #AA9D5E

Color information

#AA9D5E (or 0xAA9D5E) is unknown color: approx Husk. HEX triplet: AA, 9D and 5E. RGB value is (170,157,94). Sum of RGB (Red+Green+Blue) = 170+157+94=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D5E is #5562A1. Grayscale: #999999. Windows color (decimal): -5595810 or 6200746. OLE color: 6200746.

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

Color convert

RGB17015794-
CMYK00.080.450.33
HSL49.74º30.89%51.76%-
HSV(B)49.74º44.71%66.67%-
XYZ30.6533.4715.43-
YUV153.794.31139.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 157 (61.72% from 255) = 37.29%
BLUE value IS 94 (37.11% from 255) = 22.33%
R=40.38%
G=37.29%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701579400.080.450.3349.7430.8951.76
HexAA9D5E082D21321f34
Octal2522351360105541623764
Binary101010101001110110111100100010110110000111001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D5E; }

 p { color: rgb(170,157,94); }

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

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

 a { background-color: rgb(170,157,94); }

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

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

 span { border-color: rgb(170,157,94); }

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