Shades of Husk #AA9350
Tints of Husk #AA9350
RGB
CMYK
RGB Variations
Color information
#AA9350 (or 0xAA9350) is known color: Husk. HEX triplet: AA, 93 and 50. RGB value is (170,147,80). Sum of RGB (Red+Green+Blue) = 170+147+80=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9350 is #556CAF. Grayscale: #929292. Windows color (decimal): -5598384 or 5280682. OLE color: 5280682.
HSL color Cylindrical-coordinate representation of color #AA9350: hue angle of 44.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA9350 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 80 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.33 |
| HSL | 44.67º | 0.36% | 0.49% | - |
| HSV(B) | 44.67º | 0.53% | 0.67% | - |
| XYZ | 28.46 | 29.99 | 11.88 | - |
| YUV | 146.24 | 90.62 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 80 | 0 | 0.14 | 0.53 | 0.33 | 44.67 | 0.36 | 0.49 |
| Hex | AA | 93 | 50 | 0 | E | 35 | 21 | 2D | 24 | 31 |
| Octal | 252 | 223 | 120 | 0 | 16 | 65 | 41 | 55 | 44 | 61 |
| Binary | 10101010 | 10010011 | 1010000 | 0 | 1110 | 110101 | 100001 | 101101 | 100100 | 110001 |
Color Harmonies of #AA9350
Complementary color
Monochromatic Colors of #AA9350
Black with #AA9350
Text Example
Text Example
White with #AA9350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9350; }
p { color: rgb(170,147,80); }
H1.HeaderClassName
{
color: #AA9350;
}
.AnyTagClassName
{
color: #AA9350;
}
</style>
background-color css
<style>
a { background-color: #AA9350; }
a { background-color: rgb(170,147,80); }
div.DivClassName
{
background-color: #AA9350;
}
.BgClassName
{
background-color: #AA9350;
}
</style>
border-color css
<style>
span { border-color: #AA9350; }
span { border-color: rgb(170,147,80); }
td.TdClassName
{
border-color: #AA9350;
}
.TagClassName
{
border-color: #AA9350;
}
</style>