Shades of Husk #AA9752
Tints of Husk #AA9752
RGB
CMYK
RGB Variations
Color information
#AA9752 (or 0xAA9752) is known color: Husk. HEX triplet: AA, 97 and 52. RGB value is (170,151,82). Sum of RGB (Red+Green+Blue) = 170+151+82=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9752 is #5568AD. Grayscale: #959595. Windows color (decimal): -5597358 or 5412778. OLE color: 5412778.
HSL color Cylindrical-coordinate representation of color #AA9752: hue angle of 47.05º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA9752 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 82 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.33 |
| HSL | 47.05º | 0.35% | 0.49% | - |
| HSV(B) | 47.05º | 0.52% | 0.67% | - |
| XYZ | 29.17 | 31.29 | 12.48 | - |
| YUV | 148.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 82 | 0 | 0.11 | 0.52 | 0.33 | 47.05 | 0.35 | 0.49 |
| Hex | AA | 97 | 52 | 0 | B | 34 | 21 | 2F | 23 | 31 |
| Octal | 252 | 227 | 122 | 0 | 13 | 64 | 41 | 57 | 43 | 61 |
| Binary | 10101010 | 10010111 | 1010010 | 0 | 1011 | 110100 | 100001 | 101111 | 100011 | 110001 |
Color Harmonies of #AA9752
Complementary color
Monochromatic Colors of #AA9752
Black with #AA9752
Text Example
Text Example
White with #AA9752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9752; }
p { color: rgb(170,151,82); }
H1.HeaderClassName
{
color: #AA9752;
}
.AnyTagClassName
{
color: #AA9752;
}
</style>
background-color css
<style>
a { background-color: #AA9752; }
a { background-color: rgb(170,151,82); }
div.DivClassName
{
background-color: #AA9752;
}
.BgClassName
{
background-color: #AA9752;
}
</style>
border-color css
<style>
span { border-color: #AA9752; }
span { border-color: rgb(170,151,82); }
td.TdClassName
{
border-color: #AA9752;
}
.TagClassName
{
border-color: #AA9752;
}
</style>