Shades of Husk #AA9946
Tints of Husk #AA9946
RGB
CMYK
RGB Variations
Color information
#AA9946 (or 0xAA9946) is known color: Husk. HEX triplet: AA, 99 and 46. RGB value is (170,153,70). Sum of RGB (Red+Green+Blue) = 170+153+70=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9946 is #5566B9. Grayscale: #949494. Windows color (decimal): -5596858 or 4626858. OLE color: 4626858.
HSL color Cylindrical-coordinate representation of color #AA9946: hue angle of 49.8º 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 #AA9946 is Cyan = 0, Magento = 0.1, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 70 | - |
| CMYK | 0 | 0.1 | 0.59 | 0.33 |
| HSL | 49.8º | 0.42% | 0.47% | - |
| HSV(B) | 49.8º | 0.59% | 0.67% | - |
| XYZ | 29.07 | 31.77 | 10.39 | - |
| YUV | 148.62 | 83.63 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 70 | 0 | 0.1 | 0.59 | 0.33 | 49.8 | 0.42 | 0.47 |
| Hex | AA | 99 | 46 | 0 | A | 3B | 21 | 32 | 2A | 2F |
| Octal | 252 | 231 | 106 | 0 | 12 | 73 | 41 | 62 | 52 | 57 |
| Binary | 10101010 | 10011001 | 1000110 | 0 | 1010 | 111011 | 100001 | 110010 | 101010 | 101111 |
Color Harmonies of #AA9946
Complementary color
Monochromatic Colors of #AA9946
Black with #AA9946
Text Example
Text Example
White with #AA9946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9946; }
p { color: rgb(170,153,70); }
H1.HeaderClassName
{
color: #AA9946;
}
.AnyTagClassName
{
color: #AA9946;
}
</style>
background-color css
<style>
a { background-color: #AA9946; }
a { background-color: rgb(170,153,70); }
div.DivClassName
{
background-color: #AA9946;
}
.BgClassName
{
background-color: #AA9946;
}
</style>
border-color css
<style>
span { border-color: #AA9946; }
span { border-color: rgb(170,153,70); }
td.TdClassName
{
border-color: #AA9946;
}
.TagClassName
{
border-color: #AA9946;
}
</style>