#AA9947

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

Shades of Husk #AA9947

Tints of Husk #AA9947

Color information

#AA9947 (or 0xAA9947) is unknown color: approx Husk. HEX triplet: AA, 99 and 47. RGB value is (170,153,71). Sum of RGB (Red+Green+Blue) = 170+153+71=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9947 is #5566B8. Grayscale: #959595. Windows color (decimal): -5596857 or 4692394. OLE color: 4692394.

HSL color Cylindrical-coordinate representation of color #AA9947: hue angle of 49.7º 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 #AA9947 is Cyan = 0, Magento = 0.1, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17015371-
CMYK00.10.580.33
HSL49.7º41.08%47.25%-
HSV(B)49.7º58.24%66.67%-
XYZ29.1131.7810.56-
YUV148.7384.13143.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 153 (60.16% from 255) = 38.83%
BLUE value IS 71 (28.12% from 255) = 18.02%
R=43.15%
G=38.83%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701537100.10.580.3349.741.0847.25
HexAA99470A3A2132292f
Octal2522311070127241625157
Binary1010101010011001100011101010111010100001110010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9947; }

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

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

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

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

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

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

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

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