Shades of Husk #AA974D
Tints of Husk #AA974D
RGB
CMYK
RGB Variations
Color information
#AA974D (or 0xAA974D) is known color: Husk. HEX triplet: AA, 97 and 4D. RGB value is (170,151,77). Sum of RGB (Red+Green+Blue) = 170+151+77=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA974D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA974D is #5568B2. Grayscale: #949494. Windows color (decimal): -5597363 or 5085098. OLE color: 5085098.
HSL color Cylindrical-coordinate representation of color #AA974D: hue angle of 47.74º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA974D is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 77 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.33 |
| HSL | 47.74º | 0.38% | 0.48% | - |
| HSV(B) | 47.74º | 0.55% | 0.67% | - |
| XYZ | 28.98 | 31.22 | 11.52 | - |
| YUV | 148.25 | 87.79 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 77 | 0 | 0.11 | 0.55 | 0.33 | 47.74 | 0.38 | 0.48 |
| Hex | AA | 97 | 4D | 0 | B | 37 | 21 | 30 | 26 | 30 |
| Octal | 252 | 227 | 115 | 0 | 13 | 67 | 41 | 60 | 46 | 60 |
| Binary | 10101010 | 10010111 | 1001101 | 0 | 1011 | 110111 | 100001 | 110000 | 100110 | 110000 |
Color Harmonies of #AA974D
Complementary color
Monochromatic Colors of #AA974D
Black with #AA974D
Text Example
Text Example
White with #AA974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA974D; }
p { color: rgb(170,151,77); }
H1.HeaderClassName
{
color: #AA974D;
}
.AnyTagClassName
{
color: #AA974D;
}
</style>
background-color css
<style>
a { background-color: #AA974D; }
a { background-color: rgb(170,151,77); }
div.DivClassName
{
background-color: #AA974D;
}
.BgClassName
{
background-color: #AA974D;
}
</style>
border-color css
<style>
span { border-color: #AA974D; }
span { border-color: rgb(170,151,77); }
td.TdClassName
{
border-color: #AA974D;
}
.TagClassName
{
border-color: #AA974D;
}
</style>