Shades of Husk #AA974A
Tints of Husk #AA974A
RGB
CMYK
RGB Variations
Color information
#AA974A (or 0xAA974A) is known color: Husk. HEX triplet: AA, 97 and 4A. RGB value is (170,151,74). Sum of RGB (Red+Green+Blue) = 170+151+74=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA974A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA974A is #5568B5. Grayscale: #949494. Windows color (decimal): -5597366 or 4888490. OLE color: 4888490.
HSL color Cylindrical-coordinate representation of color #AA974A: hue angle of 48.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA974A is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 74 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.33 |
| HSL | 48.13º | 0.39% | 0.48% | - |
| HSV(B) | 48.13º | 0.56% | 0.67% | - |
| XYZ | 28.88 | 31.17 | 10.97 | - |
| YUV | 147.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 74 | 0 | 0.11 | 0.56 | 0.33 | 48.13 | 0.39 | 0.48 |
| Hex | AA | 97 | 4A | 0 | B | 38 | 21 | 30 | 27 | 30 |
| Octal | 252 | 227 | 112 | 0 | 13 | 70 | 41 | 60 | 47 | 60 |
| Binary | 10101010 | 10010111 | 1001010 | 0 | 1011 | 111000 | 100001 | 110000 | 100111 | 110000 |
Color Harmonies of #AA974A
Complementary color
Monochromatic Colors of #AA974A
Black with #AA974A
Text Example
Text Example
White with #AA974A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA974A; }
p { color: rgb(170,151,74); }
H1.HeaderClassName
{
color: #AA974A;
}
.AnyTagClassName
{
color: #AA974A;
}
</style>
background-color css
<style>
a { background-color: #AA974A; }
a { background-color: rgb(170,151,74); }
div.DivClassName
{
background-color: #AA974A;
}
.BgClassName
{
background-color: #AA974A;
}
</style>
border-color css
<style>
span { border-color: #AA974A; }
span { border-color: rgb(170,151,74); }
td.TdClassName
{
border-color: #AA974A;
}
.TagClassName
{
border-color: #AA974A;
}
</style>