Shades of Husk #AA954C
Tints of Husk #AA954C
RGB
CMYK
RGB Variations
Color information
#AA954C (or 0xAA954C) is known color: Husk. HEX triplet: AA, 95 and 4C. RGB value is (170,149,76). Sum of RGB (Red+Green+Blue) = 170+149+76=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA954C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA954C is #556AB3. Grayscale: #939393. Windows color (decimal): -5597876 or 5019050. OLE color: 5019050.
HSL color Cylindrical-coordinate representation of color #AA954C: hue angle of 46.6º 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 #AA954C is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 76 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.33 |
| HSL | 46.6º | 0.38% | 0.48% | - |
| HSV(B) | 46.6º | 0.55% | 0.67% | - |
| XYZ | 28.63 | 30.56 | 11.23 | - |
| YUV | 146.96 | 87.96 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 76 | 0 | 0.12 | 0.55 | 0.33 | 46.6 | 0.38 | 0.48 |
| Hex | AA | 95 | 4C | 0 | C | 37 | 21 | 2F | 26 | 30 |
| Octal | 252 | 225 | 114 | 0 | 14 | 67 | 41 | 57 | 46 | 60 |
| Binary | 10101010 | 10010101 | 1001100 | 0 | 1100 | 110111 | 100001 | 101111 | 100110 | 110000 |
Color Harmonies of #AA954C
Complementary color
Monochromatic Colors of #AA954C
Black with #AA954C
Text Example
Text Example
White with #AA954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA954C; }
p { color: rgb(170,149,76); }
H1.HeaderClassName
{
color: #AA954C;
}
.AnyTagClassName
{
color: #AA954C;
}
</style>
background-color css
<style>
a { background-color: #AA954C; }
a { background-color: rgb(170,149,76); }
div.DivClassName
{
background-color: #AA954C;
}
.BgClassName
{
background-color: #AA954C;
}
</style>
border-color css
<style>
span { border-color: #AA954C; }
span { border-color: rgb(170,149,76); }
td.TdClassName
{
border-color: #AA954C;
}
.TagClassName
{
border-color: #AA954C;
}
</style>