Shades of Husk #AA995C
Tints of Husk #AA995C
RGB
CMYK
RGB Variations
Color information
#AA995C (or 0xAA995C) is known color: Husk. HEX triplet: AA, 99 and 5C. RGB value is (170,153,92). Sum of RGB (Red+Green+Blue) = 170+153+92=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA995C is #5566A3. Grayscale: #979797. Windows color (decimal): -5596836 or 6068650. OLE color: 6068650.
HSL color Cylindrical-coordinate representation of color #AA995C: hue angle of 46.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA995C is Cyan = 0, Magento = 0.1, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 92 | - |
| CMYK | 0 | 0.1 | 0.46 | 0.33 |
| HSL | 46.92º | 0.31% | 0.51% | - |
| HSV(B) | 46.92º | 0.46% | 0.67% | - |
| XYZ | 29.9 | 32.1 | 14.75 | - |
| YUV | 151.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 92 | 0 | 0.1 | 0.46 | 0.33 | 46.92 | 0.31 | 0.51 |
| Hex | AA | 99 | 5C | 0 | A | 2E | 21 | 2F | 1F | 33 |
| Octal | 252 | 231 | 134 | 0 | 12 | 56 | 41 | 57 | 37 | 63 |
| Binary | 10101010 | 10011001 | 1011100 | 0 | 1010 | 101110 | 100001 | 101111 | 11111 | 110011 |
Color Harmonies of #AA995C
Complementary color
Monochromatic Colors of #AA995C
Black with #AA995C
Text Example
Text Example
White with #AA995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA995C; }
p { color: rgb(170,153,92); }
H1.HeaderClassName
{
color: #AA995C;
}
.AnyTagClassName
{
color: #AA995C;
}
</style>
background-color css
<style>
a { background-color: #AA995C; }
a { background-color: rgb(170,153,92); }
div.DivClassName
{
background-color: #AA995C;
}
.BgClassName
{
background-color: #AA995C;
}
</style>
border-color css
<style>
span { border-color: #AA995C; }
span { border-color: rgb(170,153,92); }
td.TdClassName
{
border-color: #AA995C;
}
.TagClassName
{
border-color: #AA995C;
}
</style>