Shades of Husk #AA9746
Tints of Husk #AA9746
RGB
CMYK
RGB Variations
Color information
#AA9746 (or 0xAA9746) is known color: Husk. HEX triplet: AA, 97 and 46. RGB value is (170,151,70). Sum of RGB (Red+Green+Blue) = 170+151+70=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9746 is #5568B9. Grayscale: #939393. Windows color (decimal): -5597370 or 4626346. OLE color: 4626346.
HSL color Cylindrical-coordinate representation of color #AA9746: hue angle of 48.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 #AA9746 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 70 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.33 |
| HSL | 48.6º | 0.42% | 0.47% | - |
| HSV(B) | 48.6º | 0.59% | 0.67% | - |
| XYZ | 28.75 | 31.12 | 10.29 | - |
| YUV | 147.45 | 84.29 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 70 | 0 | 0.11 | 0.59 | 0.33 | 48.6 | 0.42 | 0.47 |
| Hex | AA | 97 | 46 | 0 | B | 3B | 21 | 31 | 2A | 2F |
| Octal | 252 | 227 | 106 | 0 | 13 | 73 | 41 | 61 | 52 | 57 |
| Binary | 10101010 | 10010111 | 1000110 | 0 | 1011 | 111011 | 100001 | 110001 | 101010 | 101111 |
Color Harmonies of #AA9746
Complementary color
Monochromatic Colors of #AA9746
Black with #AA9746
Text Example
Text Example
White with #AA9746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9746; }
p { color: rgb(170,151,70); }
H1.HeaderClassName
{
color: #AA9746;
}
.AnyTagClassName
{
color: #AA9746;
}
</style>
background-color css
<style>
a { background-color: #AA9746; }
a { background-color: rgb(170,151,70); }
div.DivClassName
{
background-color: #AA9746;
}
.BgClassName
{
background-color: #AA9746;
}
</style>
border-color css
<style>
span { border-color: #AA9746; }
span { border-color: rgb(170,151,70); }
td.TdClassName
{
border-color: #AA9746;
}
.TagClassName
{
border-color: #AA9746;
}
</style>