#AA9F4F

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

Shades of Husk #AA9F4F

Tints of Husk #AA9F4F

Color information

#AA9F4F (or 0xAA9F4F) is unknown color: approx Husk. HEX triplet: AA, 9F and 4F. RGB value is (170,159,79). Sum of RGB (Red+Green+Blue) = 170+159+79=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 79 (31.25% from 255 or 19.36% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F4F is #5560B0. Grayscale: #999999. Windows color (decimal): -5595313 or 5218218. OLE color: 5218218.

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

Color convert

RGB17015979-
CMYK00.060.540.33
HSL52.75º36.55%48.82%-
HSV(B)52.75º53.53%66.67%-
XYZ30.3933.9112.34-
YUV153.1786.14140-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 159 (62.5% from 255) = 38.97%
BLUE value IS 79 (31.25% from 255) = 19.36%
R=41.67%
G=38.97%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701597900.060.540.3352.7536.5548.82
HexAA9F4F063621352531
Octal252237117066641654561
Binary101010101001111110011110110110110100001110101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F4F; }

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

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

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

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

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

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

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

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