Shades of Husk #AAA250
Tints of Husk #AAA250
RGB
CMYK
RGB Variations
Color information
#AAA250 (or 0xAAA250) is known color: Husk. HEX triplet: AA, A2 and 50. RGB value is (170,162,80). Sum of RGB (Red+Green+Blue) = 170+162+80=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA250 is #555DAF. Grayscale: #9B9B9B. Windows color (decimal): -5594544 or 5284522. OLE color: 5284522.
HSL color Cylindrical-coordinate representation of color #AAA250: hue angle of 54.67º 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 #AAA250 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 80 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.33 |
| HSL | 54.67º | 0.36% | 0.49% | - |
| HSV(B) | 54.67º | 0.53% | 0.67% | - |
| XYZ | 30.95 | 34.97 | 12.71 | - |
| YUV | 155.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 80 | 0 | 0.05 | 0.53 | 0.33 | 54.67 | 0.36 | 0.49 |
| Hex | AA | A2 | 50 | 0 | 5 | 35 | 21 | 37 | 24 | 31 |
| Octal | 252 | 242 | 120 | 0 | 5 | 65 | 41 | 67 | 44 | 61 |
| Binary | 10101010 | 10100010 | 1010000 | 0 | 101 | 110101 | 100001 | 110111 | 100100 | 110001 |
Color Harmonies of #AAA250
Complementary color
Monochromatic Colors of #AAA250
Black with #AAA250
Text Example
Text Example
White with #AAA250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA250; }
p { color: rgb(170,162,80); }
H1.HeaderClassName
{
color: #AAA250;
}
.AnyTagClassName
{
color: #AAA250;
}
</style>
background-color css
<style>
a { background-color: #AAA250; }
a { background-color: rgb(170,162,80); }
div.DivClassName
{
background-color: #AAA250;
}
.BgClassName
{
background-color: #AAA250;
}
</style>
border-color css
<style>
span { border-color: #AAA250; }
span { border-color: rgb(170,162,80); }
td.TdClassName
{
border-color: #AAA250;
}
.TagClassName
{
border-color: #AAA250;
}
</style>