#AA994F

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

Shades of Husk #AA994F

Tints of Husk #AA994F

Color information

#AA994F (or 0xAA994F) is unknown color: approx Husk. HEX triplet: AA, 99 and 4F. RGB value is (170,153,79). Sum of RGB (Red+Green+Blue) = 170+153+79=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA994F is #5566B0. Grayscale: #959595. Windows color (decimal): -5596849 or 5216682. OLE color: 5216682.

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

Color convert

RGB17015379-
CMYK00.10.540.33
HSL48.79º36.55%48.82%-
HSV(B)48.79º53.53%66.67%-
XYZ29.3831.8912-
YUV149.6588.13142.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 153 (60.16% from 255) = 38.06%
BLUE value IS 79 (31.25% from 255) = 19.65%
R=42.29%
G=38.06%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701537900.10.540.3348.7936.5548.82
HexAA994F0A3621312531
Octal2522311170126641614561
Binary1010101010011001100111101010110110100001110001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA994F; }

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

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

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

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

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

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

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

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