#AA9550

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

Shades of Husk #AA9550

Tints of Husk #AA9550

Color information

#AA9550 (or 0xAA9550) is unknown color: approx Husk. HEX triplet: AA, 95 and 50. RGB value is (170,149,80). Sum of RGB (Red+Green+Blue) = 170+149+80=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9550 is #556AAF. Grayscale: #939393. Windows color (decimal): -5597872 or 5281194. OLE color: 5281194.

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

Color convert

RGB17014980-
CMYK00.120.530.33
HSL46º36%49.02%-
HSV(B)46º52.94%66.67%-
XYZ28.7730.6211.98-
YUV147.4189.96144.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 149 (58.59% from 255) = 37.34%
BLUE value IS 80 (31.64% from 255) = 20.05%
R=42.61%
G=37.34%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701498000.120.530.33463649.02
HexAA95500C35212e2431
Octal2522251200146541564461
Binary1010101010010101101000001100110101100001101110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9550; }

 p { color: rgb(170,149,80); }

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

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

 a { background-color: rgb(170,149,80); }

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

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

 span { border-color: rgb(170,149,80); }

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