Shades of Husk #AA9750
Tints of Husk #AA9750
RGB
CMYK
RGB Variations
Color information
#AA9750 (or 0xAA9750) is known color: Husk. HEX triplet: AA, 97 and 50. RGB value is (170,151,80). Sum of RGB (Red+Green+Blue) = 170+151+80=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9750 is #5568AF. Grayscale: #949494. Windows color (decimal): -5597360 or 5281706. OLE color: 5281706.
HSL color Cylindrical-coordinate representation of color #AA9750: hue angle of 47.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 #AA9750 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 80 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.33 |
| HSL | 47.33º | 0.36% | 0.49% | - |
| HSV(B) | 47.33º | 0.53% | 0.67% | - |
| XYZ | 29.09 | 31.26 | 12.09 | - |
| YUV | 148.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 80 | 0 | 0.11 | 0.53 | 0.33 | 47.33 | 0.36 | 0.49 |
| Hex | AA | 97 | 50 | 0 | B | 35 | 21 | 2F | 24 | 31 |
| Octal | 252 | 227 | 120 | 0 | 13 | 65 | 41 | 57 | 44 | 61 |
| Binary | 10101010 | 10010111 | 1010000 | 0 | 1011 | 110101 | 100001 | 101111 | 100100 | 110001 |
Color Harmonies of #AA9750
Complementary color
Monochromatic Colors of #AA9750
Black with #AA9750
Text Example
Text Example
White with #AA9750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9750; }
p { color: rgb(170,151,80); }
H1.HeaderClassName
{
color: #AA9750;
}
.AnyTagClassName
{
color: #AA9750;
}
</style>
background-color css
<style>
a { background-color: #AA9750; }
a { background-color: rgb(170,151,80); }
div.DivClassName
{
background-color: #AA9750;
}
.BgClassName
{
background-color: #AA9750;
}
</style>
border-color css
<style>
span { border-color: #AA9750; }
span { border-color: rgb(170,151,80); }
td.TdClassName
{
border-color: #AA9750;
}
.TagClassName
{
border-color: #AA9750;
}
</style>