Shades of Husk #AA9450
Tints of Husk #AA9450
RGB
CMYK
RGB Variations
Color information
#AA9450 (or 0xAA9450) is known color: Husk. HEX triplet: AA, 94 and 50. RGB value is (170,148,80). Sum of RGB (Red+Green+Blue) = 170+148+80=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9450 is #556BAF. Grayscale: #939393. Windows color (decimal): -5598128 or 5280938. OLE color: 5280938.
HSL color Cylindrical-coordinate representation of color #AA9450: hue angle of 45.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA9450 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 80 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.33 |
| HSL | 45.33º | 0.36% | 0.49% | - |
| HSV(B) | 45.33º | 0.53% | 0.67% | - |
| XYZ | 28.62 | 30.31 | 11.93 | - |
| YUV | 146.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 80 | 0 | 0.13 | 0.53 | 0.33 | 45.33 | 0.36 | 0.49 |
| Hex | AA | 94 | 50 | 0 | D | 35 | 21 | 2D | 24 | 31 |
| Octal | 252 | 224 | 120 | 0 | 15 | 65 | 41 | 55 | 44 | 61 |
| Binary | 10101010 | 10010100 | 1010000 | 0 | 1101 | 110101 | 100001 | 101101 | 100100 | 110001 |
Color Harmonies of #AA9450
Complementary color
Monochromatic Colors of #AA9450
Black with #AA9450
Text Example
Text Example
White with #AA9450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9450; }
p { color: rgb(170,148,80); }
H1.HeaderClassName
{
color: #AA9450;
}
.AnyTagClassName
{
color: #AA9450;
}
</style>
background-color css
<style>
a { background-color: #AA9450; }
a { background-color: rgb(170,148,80); }
div.DivClassName
{
background-color: #AA9450;
}
.BgClassName
{
background-color: #AA9450;
}
</style>
border-color css
<style>
span { border-color: #AA9450; }
span { border-color: rgb(170,148,80); }
td.TdClassName
{
border-color: #AA9450;
}
.TagClassName
{
border-color: #AA9450;
}
</style>