#AA9F4B

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

Shades of Husk #AA9F4B

Tints of Husk #AA9F4B

Color information

#AA9F4B (or 0xAA9F4B) is unknown color: approx Husk. HEX triplet: AA, 9F and 4B. RGB value is (170,159,75). Sum of RGB (Red+Green+Blue) = 170+159+75=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F4B is #5560B4. Grayscale: #999999. Windows color (decimal): -5595317 or 4956074. OLE color: 4956074.

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

Color convert

RGB17015975-
CMYK00.060.560.33
HSL53.05º38.78%48.04%-
HSV(B)53.05º55.88%66.67%-
XYZ30.2533.8511.6-
YUV152.7184.14140.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 159 (62.5% from 255) = 39.36%
BLUE value IS 75 (29.69% from 255) = 18.56%
R=42.08%
G=39.36%
B=18.56%

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
Decimal1701597500.060.560.3353.0538.7848.04
HexAA9F4B063821352730
Octal252237113067041654760
Binary101010101001111110010110110111000100001110101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F4B; }

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

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

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

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

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

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

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

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