Shades of Husk #AA974F
Tints of Husk #AA974F
RGB
CMYK
RGB Variations
Color information
#AA974F (or 0xAA974F) is known color: Husk. HEX triplet: AA, 97 and 4F. RGB value is (170,151,79). Sum of RGB (Red+Green+Blue) = 170+151+79=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA974F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA974F is #5568B0. Grayscale: #949494. Windows color (decimal): -5597361 or 5216170. OLE color: 5216170.
HSL color Cylindrical-coordinate representation of color #AA974F: hue angle of 47.47º 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 #AA974F is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 79 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.33 |
| HSL | 47.47º | 0.37% | 0.49% | - |
| HSV(B) | 47.47º | 0.54% | 0.67% | - |
| XYZ | 29.06 | 31.24 | 11.9 | - |
| YUV | 148.47 | 88.79 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 79 | 0 | 0.11 | 0.54 | 0.33 | 47.47 | 0.37 | 0.49 |
| Hex | AA | 97 | 4F | 0 | B | 36 | 21 | 2F | 25 | 31 |
| Octal | 252 | 227 | 117 | 0 | 13 | 66 | 41 | 57 | 45 | 61 |
| Binary | 10101010 | 10010111 | 1001111 | 0 | 1011 | 110110 | 100001 | 101111 | 100101 | 110001 |
Color Harmonies of #AA974F
Complementary color
Monochromatic Colors of #AA974F
Black with #AA974F
Text Example
Text Example
White with #AA974F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA974F; }
p { color: rgb(170,151,79); }
H1.HeaderClassName
{
color: #AA974F;
}
.AnyTagClassName
{
color: #AA974F;
}
</style>
background-color css
<style>
a { background-color: #AA974F; }
a { background-color: rgb(170,151,79); }
div.DivClassName
{
background-color: #AA974F;
}
.BgClassName
{
background-color: #AA974F;
}
</style>
border-color css
<style>
span { border-color: #AA974F; }
span { border-color: rgb(170,151,79); }
td.TdClassName
{
border-color: #AA974F;
}
.TagClassName
{
border-color: #AA974F;
}
</style>