#aa9c47

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

Shades of Husk #AA9C47

Tints of Husk #AA9C47

Color information

#AA9C47 (or 0xAA9C47) is unknown color: approx Husk. HEX triplet: AA, 9C and 47. RGB value is (170,156,71). Sum of RGB (Red+Green+Blue) = 170+156+71=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C47 is #5563B8. Grayscale: #969696. Windows color (decimal): -5596089 or 4693162. OLE color: 4693162.

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

Color convert

RGB17015671-
CMYK00.080.580.33
HSL51.52º41.08%47.25%-
HSV(B)51.52º58.24%66.67%-
XYZ29.632.7810.73-
YUV150.583.14141.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 71 (28.12% from 255) = 17.88%
R=42.82%
G=39.29%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701567100.080.580.3351.5241.0847.25
HexAA9C47083A2134292f
Octal2522341070107241645157
Binary1010101010011100100011101000111010100001110100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa9c47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa9c47; }

 p { color: rgb(170,156,71); }

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

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

 a { background-color: rgb(170,156,71); }

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

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

 span { border-color: rgb(170,156,71); }

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