Shades of Malta #AA9F91
Tints of Malta #AA9F91
RGB
CMYK
RGB Variations
Color information
#AA9F91 (or 0xAA9F91) is known color: Malta. HEX triplet: AA, 9F and 91. RGB value is (170,159,145). Sum of RGB (Red+Green+Blue) = 170+159+145=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F91 is #55606E. Grayscale: #A0A0A0. Windows color (decimal): -5595247 or 9543594. OLE color: 9543594.
HSL color Cylindrical-coordinate representation of color #AA9F91: hue angle of 33.6º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9F91 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 145 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.33 |
| HSL | 33.6º | 0.13% | 0.62% | - |
| HSV(B) | 33.6º | 0.15% | 0.67% | - |
| XYZ | 34.09 | 35.39 | 31.82 | - |
| YUV | 160.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 145 | 0 | 0.06 | 0.15 | 0.33 | 33.6 | 0.13 | 0.62 |
| Hex | AA | 9F | 91 | 0 | 6 | F | 21 | 22 | D | 3E |
| Octal | 252 | 237 | 221 | 0 | 6 | 17 | 41 | 42 | 15 | 76 |
| Binary | 10101010 | 10011111 | 10010001 | 0 | 110 | 1111 | 100001 | 100010 | 1101 | 111110 |
Color Harmonies of #AA9F91
Complementary color
Monochromatic Colors of #AA9F91
Black with #AA9F91
Text Example
Text Example
White with #AA9F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F91; }
p { color: rgb(170,159,145); }
H1.HeaderClassName
{
color: #AA9F91;
}
.AnyTagClassName
{
color: #AA9F91;
}
</style>
background-color css
<style>
a { background-color: #AA9F91; }
a { background-color: rgb(170,159,145); }
div.DivClassName
{
background-color: #AA9F91;
}
.BgClassName
{
background-color: #AA9F91;
}
</style>
border-color css
<style>
span { border-color: #AA9F91; }
span { border-color: rgb(170,159,145); }
td.TdClassName
{
border-color: #AA9F91;
}
.TagClassName
{
border-color: #AA9F91;
}
</style>