Shades of Husk #AA974C
Tints of Husk #AA974C
RGB
CMYK
RGB Variations
Color information
#AA974C (or 0xAA974C) is known color: Husk. HEX triplet: AA, 97 and 4C. RGB value is (170,151,76). Sum of RGB (Red+Green+Blue) = 170+151+76=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA974C is #5568B3. Grayscale: #949494. Windows color (decimal): -5597364 or 5019562. OLE color: 5019562.
HSL color Cylindrical-coordinate representation of color #AA974C: hue angle of 47.87º 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 #AA974C is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 76 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.33 |
| HSL | 47.87º | 0.38% | 0.48% | - |
| HSV(B) | 47.87º | 0.55% | 0.67% | - |
| XYZ | 28.95 | 31.2 | 11.33 | - |
| YUV | 148.13 | 87.29 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 76 | 0 | 0.11 | 0.55 | 0.33 | 47.87 | 0.38 | 0.48 |
| Hex | AA | 97 | 4C | 0 | B | 37 | 21 | 30 | 26 | 30 |
| Octal | 252 | 227 | 114 | 0 | 13 | 67 | 41 | 60 | 46 | 60 |
| Binary | 10101010 | 10010111 | 1001100 | 0 | 1011 | 110111 | 100001 | 110000 | 100110 | 110000 |
Color Harmonies of #AA974C
Complementary color
Monochromatic Colors of #AA974C
Black with #AA974C
Text Example
Text Example
White with #AA974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA974C; }
p { color: rgb(170,151,76); }
H1.HeaderClassName
{
color: #AA974C;
}
.AnyTagClassName
{
color: #AA974C;
}
</style>
background-color css
<style>
a { background-color: #AA974C; }
a { background-color: rgb(170,151,76); }
div.DivClassName
{
background-color: #AA974C;
}
.BgClassName
{
background-color: #AA974C;
}
</style>
border-color css
<style>
span { border-color: #AA974C; }
span { border-color: rgb(170,151,76); }
td.TdClassName
{
border-color: #AA974C;
}
.TagClassName
{
border-color: #AA974C;
}
</style>