Shades of Malta #AA9E8F
Tints of Malta #AA9E8F
RGB
CMYK
RGB Variations
Color information
#AA9E8F (or 0xAA9E8F) is known color: Malta. HEX triplet: AA, 9E and 8F. RGB value is (170,158,143). Sum of RGB (Red+Green+Blue) = 170+158+143=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E8F is #556170. Grayscale: #9F9F9F. Windows color (decimal): -5595505 or 9412266. OLE color: 9412266.
HSL color Cylindrical-coordinate representation of color #AA9E8F: hue angle of 33.33º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA9E8F is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 143 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.33 |
| HSL | 33.33º | 0.14% | 0.61% | - |
| HSV(B) | 33.33º | 0.16% | 0.67% | - |
| XYZ | 33.76 | 34.98 | 30.96 | - |
| YUV | 159.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 143 | 0 | 0.07 | 0.16 | 0.33 | 33.33 | 0.14 | 0.61 |
| Hex | AA | 9E | 8F | 0 | 7 | 10 | 21 | 21 | E | 3D |
| Octal | 252 | 236 | 217 | 0 | 7 | 20 | 41 | 41 | 16 | 75 |
| Binary | 10101010 | 10011110 | 10001111 | 0 | 111 | 10000 | 100001 | 100001 | 1110 | 111101 |
Color Harmonies of #AA9E8F
Complementary color
Monochromatic Colors of #AA9E8F
Black with #AA9E8F
Text Example
Text Example
White with #AA9E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E8F; }
p { color: rgb(170,158,143); }
H1.HeaderClassName
{
color: #AA9E8F;
}
.AnyTagClassName
{
color: #AA9E8F;
}
</style>
background-color css
<style>
a { background-color: #AA9E8F; }
a { background-color: rgb(170,158,143); }
div.DivClassName
{
background-color: #AA9E8F;
}
.BgClassName
{
background-color: #AA9E8F;
}
</style>
border-color css
<style>
span { border-color: #AA9E8F; }
span { border-color: rgb(170,158,143); }
td.TdClassName
{
border-color: #AA9E8F;
}
.TagClassName
{
border-color: #AA9E8F;
}
</style>