Shades of Husk #AA9845
Tints of Husk #AA9845
RGB
CMYK
RGB Variations
Color information
#AA9845 (or 0xAA9845) is known color: Husk. HEX triplet: AA, 98 and 45. RGB value is (170,152,69). Sum of RGB (Red+Green+Blue) = 170+152+69=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9845 is #5567BA. Grayscale: #949494. Windows color (decimal): -5597115 or 4561066. OLE color: 4561066.
HSL color Cylindrical-coordinate representation of color #AA9845: hue angle of 49.31º 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 #AA9845 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 69 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.33 |
| HSL | 49.31º | 0.42% | 0.47% | - |
| HSV(B) | 49.31º | 0.59% | 0.67% | - |
| XYZ | 28.88 | 31.43 | 10.18 | - |
| YUV | 147.92 | 83.46 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 69 | 0 | 0.11 | 0.59 | 0.33 | 49.31 | 0.42 | 0.47 |
| Hex | AA | 98 | 45 | 0 | B | 3B | 21 | 31 | 2A | 2F |
| Octal | 252 | 230 | 105 | 0 | 13 | 73 | 41 | 61 | 52 | 57 |
| Binary | 10101010 | 10011000 | 1000101 | 0 | 1011 | 111011 | 100001 | 110001 | 101010 | 101111 |
Color Harmonies of #AA9845
Complementary color
Monochromatic Colors of #AA9845
Black with #AA9845
Text Example
Text Example
White with #AA9845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9845; }
p { color: rgb(170,152,69); }
H1.HeaderClassName
{
color: #AA9845;
}
.AnyTagClassName
{
color: #AA9845;
}
</style>
background-color css
<style>
a { background-color: #AA9845; }
a { background-color: rgb(170,152,69); }
div.DivClassName
{
background-color: #AA9845;
}
.BgClassName
{
background-color: #AA9845;
}
</style>
border-color css
<style>
span { border-color: #AA9845; }
span { border-color: rgb(170,152,69); }
td.TdClassName
{
border-color: #AA9845;
}
.TagClassName
{
border-color: #AA9845;
}
</style>