Shades of Husk #AA974E
Tints of Husk #AA974E
RGB
CMYK
RGB Variations
Color information
#AA974E (or 0xAA974E) is known color: Husk. HEX triplet: AA, 97 and 4E. RGB value is (170,151,78). Sum of RGB (Red+Green+Blue) = 170+151+78=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA974E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA974E is #5568B1. Grayscale: #949494. Windows color (decimal): -5597362 or 5150634. OLE color: 5150634.
HSL color Cylindrical-coordinate representation of color #AA974E: hue angle of 47.61º 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 #AA974E is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 78 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.33 |
| HSL | 47.61º | 0.37% | 0.49% | - |
| HSV(B) | 47.61º | 0.54% | 0.67% | - |
| XYZ | 29.02 | 31.23 | 11.71 | - |
| YUV | 148.36 | 88.29 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 78 | 0 | 0.11 | 0.54 | 0.33 | 47.61 | 0.37 | 0.49 |
| Hex | AA | 97 | 4E | 0 | B | 36 | 21 | 30 | 25 | 31 |
| Octal | 252 | 227 | 116 | 0 | 13 | 66 | 41 | 60 | 45 | 61 |
| Binary | 10101010 | 10010111 | 1001110 | 0 | 1011 | 110110 | 100001 | 110000 | 100101 | 110001 |
Color Harmonies of #AA974E
Complementary color
Monochromatic Colors of #AA974E
Black with #AA974E
Text Example
Text Example
White with #AA974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA974E; }
p { color: rgb(170,151,78); }
H1.HeaderClassName
{
color: #AA974E;
}
.AnyTagClassName
{
color: #AA974E;
}
</style>
background-color css
<style>
a { background-color: #AA974E; }
a { background-color: rgb(170,151,78); }
div.DivClassName
{
background-color: #AA974E;
}
.BgClassName
{
background-color: #AA974E;
}
</style>
border-color css
<style>
span { border-color: #AA974E; }
span { border-color: rgb(170,151,78); }
td.TdClassName
{
border-color: #AA974E;
}
.TagClassName
{
border-color: #AA974E;
}
</style>