Shades of Malta #AA9886
Tints of Malta #AA9886
RGB
CMYK
RGB Variations
Color information
#AA9886 (or 0xAA9886) is known color: Malta. HEX triplet: AA, 98 and 86. RGB value is (170,152,134). Sum of RGB (Red+Green+Blue) = 170+152+134=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9886 is #556779. Grayscale: #9B9B9B. Windows color (decimal): -5597050 or 8820906. OLE color: 8820906.
HSL color Cylindrical-coordinate representation of color #AA9886: hue angle of 30º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA9886 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 134 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.33 |
| HSL | 30º | 0.17% | 0.6% | - |
| HSV(B) | 30º | 0.21% | 0.67% | - |
| XYZ | 32.11 | 32.72 | 27.18 | - |
| YUV | 155.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 134 | 0 | 0.11 | 0.21 | 0.33 | 30 | 0.17 | 0.6 |
| Hex | AA | 98 | 86 | 0 | B | 15 | 21 | 1E | 11 | 3C |
| Octal | 252 | 230 | 206 | 0 | 13 | 25 | 41 | 36 | 21 | 74 |
| Binary | 10101010 | 10011000 | 10000110 | 0 | 1011 | 10101 | 100001 | 11110 | 10001 | 111100 |
Color Harmonies of #AA9886
Complementary color
Monochromatic Colors of #AA9886
Black with #AA9886
Text Example
Text Example
White with #AA9886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9886; }
p { color: rgb(170,152,134); }
H1.HeaderClassName
{
color: #AA9886;
}
.AnyTagClassName
{
color: #AA9886;
}
</style>
background-color css
<style>
a { background-color: #AA9886; }
a { background-color: rgb(170,152,134); }
div.DivClassName
{
background-color: #AA9886;
}
.BgClassName
{
background-color: #AA9886;
}
</style>
border-color css
<style>
span { border-color: #AA9886; }
span { border-color: rgb(170,152,134); }
td.TdClassName
{
border-color: #AA9886;
}
.TagClassName
{
border-color: #AA9886;
}
</style>