#AA9F52

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

Shades of Husk #AA9F52

Tints of Husk #AA9F52

Color information

#AA9F52 (or 0xAA9F52) is unknown color: approx Husk. HEX triplet: AA, 9F and 52. RGB value is (170,159,82). Sum of RGB (Red+Green+Blue) = 170+159+82=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F52 is #5560AD. Grayscale: #999999. Windows color (decimal): -5595310 or 5414826. OLE color: 5414826.

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

Color convert

RGB17015982-
CMYK00.060.520.33
HSL52.5º34.92%49.41%-
HSV(B)52.5º51.76%66.67%-
XYZ30.533.9512.93-
YUV153.5187.64139.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 159 (62.5% from 255) = 38.69%
BLUE value IS 82 (32.42% from 255) = 19.95%
R=41.36%
G=38.69%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701598200.060.520.3352.534.9249.41
HexAA9F52063421342331
Octal252237122066441644361
Binary101010101001111110100100110110100100001110100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F52; }

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

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

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

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

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

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

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

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