Shades of Husk #AA9745
Tints of Husk #AA9745
RGB
CMYK
RGB Variations
Color information
#AA9745 (or 0xAA9745) is known color: Husk. HEX triplet: AA, 97 and 45. RGB value is (170,151,69). Sum of RGB (Red+Green+Blue) = 170+151+69=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9745 is #5568BA. Grayscale: #939393. Windows color (decimal): -5597371 or 4560810. OLE color: 4560810.
HSL color Cylindrical-coordinate representation of color #AA9745: hue angle of 48.71º 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 #AA9745 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 69 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.33 |
| HSL | 48.71º | 0.42% | 0.47% | - |
| HSV(B) | 48.71º | 0.59% | 0.67% | - |
| XYZ | 28.72 | 31.11 | 10.12 | - |
| YUV | 147.33 | 83.79 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 69 | 0 | 0.11 | 0.59 | 0.33 | 48.71 | 0.42 | 0.47 |
| Hex | AA | 97 | 45 | 0 | B | 3B | 21 | 31 | 2A | 2F |
| Octal | 252 | 227 | 105 | 0 | 13 | 73 | 41 | 61 | 52 | 57 |
| Binary | 10101010 | 10010111 | 1000101 | 0 | 1011 | 111011 | 100001 | 110001 | 101010 | 101111 |
Color Harmonies of #AA9745
Complementary color
Monochromatic Colors of #AA9745
Black with #AA9745
Text Example
Text Example
White with #AA9745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9745; }
p { color: rgb(170,151,69); }
H1.HeaderClassName
{
color: #AA9745;
}
.AnyTagClassName
{
color: #AA9745;
}
</style>
background-color css
<style>
a { background-color: #AA9745; }
a { background-color: rgb(170,151,69); }
div.DivClassName
{
background-color: #AA9745;
}
.BgClassName
{
background-color: #AA9745;
}
</style>
border-color css
<style>
span { border-color: #AA9745; }
span { border-color: rgb(170,151,69); }
td.TdClassName
{
border-color: #AA9745;
}
.TagClassName
{
border-color: #AA9745;
}
</style>