Shades of Husk #AAA150
Tints of Husk #AAA150
RGB
CMYK
RGB Variations
Color information
#AAA150 (or 0xAAA150) is known color: Husk. HEX triplet: AA, A1 and 50. RGB value is (170,161,80). Sum of RGB (Red+Green+Blue) = 170+161+80=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA150 is #555EAF. Grayscale: #9A9A9A. Windows color (decimal): -5594800 or 5284266. OLE color: 5284266.
HSL color Cylindrical-coordinate representation of color #AAA150: hue angle of 54º 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 #AAA150 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 80 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.33 |
| HSL | 54º | 0.36% | 0.49% | - |
| HSV(B) | 54º | 0.53% | 0.67% | - |
| XYZ | 30.77 | 34.61 | 12.65 | - |
| YUV | 154.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 80 | 0 | 0.05 | 0.53 | 0.33 | 54 | 0.36 | 0.49 |
| Hex | AA | A1 | 50 | 0 | 5 | 35 | 21 | 36 | 24 | 31 |
| Octal | 252 | 241 | 120 | 0 | 5 | 65 | 41 | 66 | 44 | 61 |
| Binary | 10101010 | 10100001 | 1010000 | 0 | 101 | 110101 | 100001 | 110110 | 100100 | 110001 |
Color Harmonies of #AAA150
Complementary color
Monochromatic Colors of #AAA150
Black with #AAA150
Text Example
Text Example
White with #AAA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA150; }
p { color: rgb(170,161,80); }
H1.HeaderClassName
{
color: #AAA150;
}
.AnyTagClassName
{
color: #AAA150;
}
</style>
background-color css
<style>
a { background-color: #AAA150; }
a { background-color: rgb(170,161,80); }
div.DivClassName
{
background-color: #AAA150;
}
.BgClassName
{
background-color: #AAA150;
}
</style>
border-color css
<style>
span { border-color: #AAA150; }
span { border-color: rgb(170,161,80); }
td.TdClassName
{
border-color: #AAA150;
}
.TagClassName
{
border-color: #AAA150;
}
</style>