Shades of Husk #AA9945
Tints of Husk #AA9945
RGB
CMYK
RGB Variations
Color information
#AA9945 (or 0xAA9945) is known color: 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
| RGB | 170 | 153 | 69 | - |
| CMYK | 0 | 0.1 | 0.59 | 0.33 |
| HSL | 49.9º | 0.42% | 0.47% | - |
| HSV(B) | 49.9º | 0.59% | 0.67% | - |
| XYZ | 29.04 | 31.76 | 10.23 | - |
| YUV | 148.51 | 83.13 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 69 | 0 | 0.1 | 0.59 | 0.33 | 49.9 | 0.42 | 0.47 |
| Hex | AA | 99 | 45 | 0 | A | 3B | 21 | 32 | 2A | 2F |
| Octal | 252 | 231 | 105 | 0 | 12 | 73 | 41 | 62 | 52 | 57 |
| Binary | 10101010 | 10011001 | 1000101 | 0 | 1010 | 111011 | 100001 | 110010 | 101010 | 101111 |
Color Harmonies of #AA9945
Complementary color
Monochromatic Colors of #AA9945
Black with #AA9945
Text Example
Text Example
White with #AA9945
Text Example
Text Example
HTML Codes & Css Web 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>