Shades of Husk #AA9755
Tints of Husk #AA9755
RGB
CMYK
RGB Variations
Color information
#AA9755 (or 0xAA9755) is known color: Husk. HEX triplet: AA, 97 and 55. RGB value is (170,151,85). Sum of RGB (Red+Green+Blue) = 170+151+85=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9755 is #5568AA. Grayscale: #959595. Windows color (decimal): -5597355 or 5609386. OLE color: 5609386.
HSL color Cylindrical-coordinate representation of color #AA9755: hue angle of 46.59º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA9755 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 85 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.33 |
| HSL | 46.59º | 0.33% | 0.5% | - |
| HSV(B) | 46.59º | 0.5% | 0.67% | - |
| XYZ | 29.28 | 31.34 | 13.1 | - |
| YUV | 149.16 | 91.79 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 85 | 0 | 0.11 | 0.50 | 0.33 | 46.59 | 0.33 | 0.5 |
| Hex | AA | 97 | 55 | 0 | B | 32 | 21 | 2F | 21 | 32 |
| Octal | 252 | 227 | 125 | 0 | 13 | 62 | 41 | 57 | 41 | 62 |
| Binary | 10101010 | 10010111 | 1010101 | 0 | 1011 | 110010 | 100001 | 101111 | 100001 | 110010 |
Color Harmonies of #AA9755
Complementary color
Monochromatic Colors of #AA9755
Black with #AA9755
Text Example
Text Example
White with #AA9755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9755; }
p { color: rgb(170,151,85); }
H1.HeaderClassName
{
color: #AA9755;
}
.AnyTagClassName
{
color: #AA9755;
}
</style>
background-color css
<style>
a { background-color: #AA9755; }
a { background-color: rgb(170,151,85); }
div.DivClassName
{
background-color: #AA9755;
}
.BgClassName
{
background-color: #AA9755;
}
</style>
border-color css
<style>
span { border-color: #AA9755; }
span { border-color: rgb(170,151,85); }
td.TdClassName
{
border-color: #AA9755;
}
.TagClassName
{
border-color: #AA9755;
}
</style>