Shades of Husk #AA9C48
Tints of Husk #AA9C48
RGB
CMYK
RGB Variations
Color information
#AA9C48 (or 0xAA9C48) is known color: Husk. HEX triplet: AA, 9C and 48. RGB value is (170,156,72). Sum of RGB (Red+Green+Blue) = 170+156+72=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C48 is #5563B7. Grayscale: #969696. Windows color (decimal): -5596088 or 4758698. OLE color: 4758698.
HSL color Cylindrical-coordinate representation of color #AA9C48: hue angle of 51.43º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA9C48 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 72 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.33 |
| HSL | 51.43º | 0.4% | 0.47% | - |
| HSV(B) | 51.43º | 0.58% | 0.67% | - |
| XYZ | 29.64 | 32.79 | 10.9 | - |
| YUV | 150.61 | 83.64 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 72 | 0 | 0.08 | 0.58 | 0.33 | 51.43 | 0.4 | 0.47 |
| Hex | AA | 9C | 48 | 0 | 8 | 3A | 21 | 33 | 28 | 2F |
| Octal | 252 | 234 | 110 | 0 | 10 | 72 | 41 | 63 | 50 | 57 |
| Binary | 10101010 | 10011100 | 1001000 | 0 | 1000 | 111010 | 100001 | 110011 | 101000 | 101111 |
Color Harmonies of #AA9C48
Complementary color
Monochromatic Colors of #AA9C48
Black with #AA9C48
Text Example
Text Example
White with #AA9C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C48; }
p { color: rgb(170,156,72); }
H1.HeaderClassName
{
color: #AA9C48;
}
.AnyTagClassName
{
color: #AA9C48;
}
</style>
background-color css
<style>
a { background-color: #AA9C48; }
a { background-color: rgb(170,156,72); }
div.DivClassName
{
background-color: #AA9C48;
}
.BgClassName
{
background-color: #AA9C48;
}
</style>
border-color css
<style>
span { border-color: #AA9C48; }
span { border-color: rgb(170,156,72); }
td.TdClassName
{
border-color: #AA9C48;
}
.TagClassName
{
border-color: #AA9C48;
}
</style>