Shades of Husk #AA934F
Tints of Husk #AA934F
RGB
CMYK
RGB Variations
Color information
#AA934F (or 0xAA934F) is known color: Husk. HEX triplet: AA, 93 and 4F. RGB value is (170,147,79). Sum of RGB (Red+Green+Blue) = 170+147+79=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA934F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA934F is #556CB0. Grayscale: #929292. Windows color (decimal): -5598385 or 5215146. OLE color: 5215146.
HSL color Cylindrical-coordinate representation of color #AA934F: hue angle of 44.84º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA934F is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 79 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.33 |
| HSL | 44.84º | 0.37% | 0.49% | - |
| HSV(B) | 44.84º | 0.54% | 0.67% | - |
| XYZ | 28.42 | 29.98 | 11.69 | - |
| YUV | 146.13 | 90.12 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 79 | 0 | 0.14 | 0.54 | 0.33 | 44.84 | 0.37 | 0.49 |
| Hex | AA | 93 | 4F | 0 | E | 36 | 21 | 2D | 25 | 31 |
| Octal | 252 | 223 | 117 | 0 | 16 | 66 | 41 | 55 | 45 | 61 |
| Binary | 10101010 | 10010011 | 1001111 | 0 | 1110 | 110110 | 100001 | 101101 | 100101 | 110001 |
Color Harmonies of #AA934F
Complementary color
Monochromatic Colors of #AA934F
Black with #AA934F
Text Example
Text Example
White with #AA934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA934F; }
p { color: rgb(170,147,79); }
H1.HeaderClassName
{
color: #AA934F;
}
.AnyTagClassName
{
color: #AA934F;
}
</style>
background-color css
<style>
a { background-color: #AA934F; }
a { background-color: rgb(170,147,79); }
div.DivClassName
{
background-color: #AA934F;
}
.BgClassName
{
background-color: #AA934F;
}
</style>
border-color css
<style>
span { border-color: #AA934F; }
span { border-color: rgb(170,147,79); }
td.TdClassName
{
border-color: #AA934F;
}
.TagClassName
{
border-color: #AA934F;
}
</style>