Shades of Husk #AA9753
Tints of Husk #AA9753
RGB
CMYK
RGB Variations
Color information
#AA9753 (or 0xAA9753) is known color: Husk. HEX triplet: AA, 97 and 53. RGB value is (170,151,83). Sum of RGB (Red+Green+Blue) = 170+151+83=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9753 is #5568AC. Grayscale: #959595. Windows color (decimal): -5597357 or 5478314. OLE color: 5478314.
HSL color Cylindrical-coordinate representation of color #AA9753: hue angle of 46.9º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA9753 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 83 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.33 |
| HSL | 46.9º | 0.34% | 0.5% | - |
| HSV(B) | 46.9º | 0.51% | 0.67% | - |
| XYZ | 29.21 | 31.3 | 12.69 | - |
| YUV | 148.93 | 90.79 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 83 | 0 | 0.11 | 0.51 | 0.33 | 46.9 | 0.34 | 0.5 |
| Hex | AA | 97 | 53 | 0 | B | 33 | 21 | 2F | 22 | 32 |
| Octal | 252 | 227 | 123 | 0 | 13 | 63 | 41 | 57 | 42 | 62 |
| Binary | 10101010 | 10010111 | 1010011 | 0 | 1011 | 110011 | 100001 | 101111 | 100010 | 110010 |
Color Harmonies of #AA9753
Complementary color
Monochromatic Colors of #AA9753
Black with #AA9753
Text Example
Text Example
White with #AA9753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9753; }
p { color: rgb(170,151,83); }
H1.HeaderClassName
{
color: #AA9753;
}
.AnyTagClassName
{
color: #AA9753;
}
</style>
background-color css
<style>
a { background-color: #AA9753; }
a { background-color: rgb(170,151,83); }
div.DivClassName
{
background-color: #AA9753;
}
.BgClassName
{
background-color: #AA9753;
}
</style>
border-color css
<style>
span { border-color: #AA9753; }
span { border-color: rgb(170,151,83); }
td.TdClassName
{
border-color: #AA9753;
}
.TagClassName
{
border-color: #AA9753;
}
</style>