#AA9945

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

Shades of Husk #AA9945

Tints of Husk #AA9945

Color information

#AA9945 (or 0xAA9945) is unknown color: approx Husk. HEX triplet: AA, 99 and 45. RGB value is (170,153,69). Sum of RGB (Red+Green+Blue) = 170+153+69=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9945 is #5566BA. Grayscale: #949494. Windows color (decimal): -5596859 or 4561322. OLE color: 4561322.

HSL color Cylindrical-coordinate representation of color #AA9945: hue angle of 49.9º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA9945 is Cyan = 0, Magento = 0.1, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB17015369-
CMYK00.10.590.33
HSL49.9º42.26%46.86%-
HSV(B)49.9º59.41%66.67%-
XYZ29.0431.7610.23-
YUV148.5183.13143.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 153 (60.16% from 255) = 39.03%
BLUE value IS 69 (27.34% from 255) = 17.60%
R=43.37%
G=39.03%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701536900.10.590.3349.942.2646.86
HexAA99450A3B21322a2f
Octal2522311050127341625257
Binary1010101010011001100010101010111011100001110010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9945; }

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

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

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

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

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

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

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

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