Shades of Husk #AA944C
Tints of Husk #AA944C
RGB
CMYK
RGB Variations
Color information
#AA944C (or 0xAA944C) is known color: Husk. HEX triplet: AA, 94 and 4C. RGB value is (170,148,76). Sum of RGB (Red+Green+Blue) = 170+148+76=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA944C is #556BB3. Grayscale: #929292. Windows color (decimal): -5598132 or 5018794. OLE color: 5018794.
HSL color Cylindrical-coordinate representation of color #AA944C: hue angle of 45.96º 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 #AA944C is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 76 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.33 |
| HSL | 45.96º | 0.38% | 0.48% | - |
| HSV(B) | 45.96º | 0.55% | 0.67% | - |
| XYZ | 28.47 | 30.25 | 11.18 | - |
| YUV | 146.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 76 | 0 | 0.13 | 0.55 | 0.33 | 45.96 | 0.38 | 0.48 |
| Hex | AA | 94 | 4C | 0 | D | 37 | 21 | 2E | 26 | 30 |
| Octal | 252 | 224 | 114 | 0 | 15 | 67 | 41 | 56 | 46 | 60 |
| Binary | 10101010 | 10010100 | 1001100 | 0 | 1101 | 110111 | 100001 | 101110 | 100110 | 110000 |
Color Harmonies of #AA944C
Complementary color
Monochromatic Colors of #AA944C
Black with #AA944C
Text Example
Text Example
White with #AA944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA944C; }
p { color: rgb(170,148,76); }
H1.HeaderClassName
{
color: #AA944C;
}
.AnyTagClassName
{
color: #AA944C;
}
</style>
background-color css
<style>
a { background-color: #AA944C; }
a { background-color: rgb(170,148,76); }
div.DivClassName
{
background-color: #AA944C;
}
.BgClassName
{
background-color: #AA944C;
}
</style>
border-color css
<style>
span { border-color: #AA944C; }
span { border-color: rgb(170,148,76); }
td.TdClassName
{
border-color: #AA944C;
}
.TagClassName
{
border-color: #AA944C;
}
</style>