Shades of Husk #AA9C46
Tints of Husk #AA9C46
RGB
CMYK
RGB Variations
Color information
#AA9C46 (or 0xAA9C46) is known color: Husk. HEX triplet: AA, 9C and 46. RGB value is (170,156,70). Sum of RGB (Red+Green+Blue) = 170+156+70=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C46 is #5563B9. Grayscale: #969696. Windows color (decimal): -5596090 or 4627626. OLE color: 4627626.
HSL color Cylindrical-coordinate representation of color #AA9C46: hue angle of 51.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA9C46 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 70 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.33 |
| HSL | 51.6º | 0.42% | 0.47% | - |
| HSV(B) | 51.6º | 0.59% | 0.67% | - |
| XYZ | 29.57 | 32.77 | 10.56 | - |
| YUV | 150.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 70 | 0 | 0.08 | 0.59 | 0.33 | 51.6 | 0.42 | 0.47 |
| Hex | AA | 9C | 46 | 0 | 8 | 3B | 21 | 34 | 2A | 2F |
| Octal | 252 | 234 | 106 | 0 | 10 | 73 | 41 | 64 | 52 | 57 |
| Binary | 10101010 | 10011100 | 1000110 | 0 | 1000 | 111011 | 100001 | 110100 | 101010 | 101111 |
Color Harmonies of #AA9C46
Complementary color
Monochromatic Colors of #AA9C46
Black with #AA9C46
Text Example
Text Example
White with #AA9C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C46; }
p { color: rgb(170,156,70); }
H1.HeaderClassName
{
color: #AA9C46;
}
.AnyTagClassName
{
color: #AA9C46;
}
</style>
background-color css
<style>
a { background-color: #AA9C46; }
a { background-color: rgb(170,156,70); }
div.DivClassName
{
background-color: #AA9C46;
}
.BgClassName
{
background-color: #AA9C46;
}
</style>
border-color css
<style>
span { border-color: #AA9C46; }
span { border-color: rgb(170,156,70); }
td.TdClassName
{
border-color: #AA9C46;
}
.TagClassName
{
border-color: #AA9C46;
}
</style>