Shades of Husk #AA9653
Tints of Husk #AA9653
RGB
CMYK
RGB Variations
Color information
#AA9653 (or 0xAA9653) is known color: Husk. HEX triplet: AA, 96 and 53. RGB value is (170,150,83). Sum of RGB (Red+Green+Blue) = 170+150+83=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9653 is #5569AC. Grayscale: #949494. Windows color (decimal): -5597613 or 5478058. OLE color: 5478058.
HSL color Cylindrical-coordinate representation of color #AA9653: hue angle of 46.21º 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 #AA9653 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 83 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.33 |
| HSL | 46.21º | 0.34% | 0.5% | - |
| HSV(B) | 46.21º | 0.51% | 0.67% | - |
| XYZ | 29.05 | 30.98 | 12.63 | - |
| YUV | 148.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 83 | 0 | 0.12 | 0.51 | 0.33 | 46.21 | 0.34 | 0.5 |
| Hex | AA | 96 | 53 | 0 | C | 33 | 21 | 2E | 22 | 32 |
| Octal | 252 | 226 | 123 | 0 | 14 | 63 | 41 | 56 | 42 | 62 |
| Binary | 10101010 | 10010110 | 1010011 | 0 | 1100 | 110011 | 100001 | 101110 | 100010 | 110010 |
Color Harmonies of #AA9653
Complementary color
Monochromatic Colors of #AA9653
Black with #AA9653
Text Example
Text Example
White with #AA9653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9653; }
p { color: rgb(170,150,83); }
H1.HeaderClassName
{
color: #AA9653;
}
.AnyTagClassName
{
color: #AA9653;
}
</style>
background-color css
<style>
a { background-color: #AA9653; }
a { background-color: rgb(170,150,83); }
div.DivClassName
{
background-color: #AA9653;
}
.BgClassName
{
background-color: #AA9653;
}
</style>
border-color css
<style>
span { border-color: #AA9653; }
span { border-color: rgb(170,150,83); }
td.TdClassName
{
border-color: #AA9653;
}
.TagClassName
{
border-color: #AA9653;
}
</style>