#AA9F4A

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

Shades of Husk #AA9F4A

Tints of Husk #AA9F4A

Color information

#AA9F4A (or 0xAA9F4A) is unknown color: approx Husk. HEX triplet: AA, 9F and 4A. RGB value is (170,159,74). Sum of RGB (Red+Green+Blue) = 170+159+74=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F4A is #5560B5. Grayscale: #989898. Windows color (decimal): -5595318 or 4890538. OLE color: 4890538.

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

Color convert

RGB17015974-
CMYK00.060.560.33
HSL53.12º39.34%47.84%-
HSV(B)53.12º56.47%66.67%-
XYZ30.2133.8411.42-
YUV152.683.64140.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 159 (62.5% from 255) = 39.45%
BLUE value IS 74 (29.30% from 255) = 18.36%
R=42.18%
G=39.45%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701597400.060.560.3353.1239.3447.84
HexAA9F4A063821352730
Octal252237112067041654760
Binary101010101001111110010100110111000100001110101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F4A; }

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

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

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

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

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

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

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

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