Shades of Malta #AB9E8E
Tints of Malta #AB9E8E
RGB
CMYK
RGB Variations
Color information
#AB9E8E (or 0xAB9E8E) is known color: Malta. HEX triplet: AB, 9E and 8E. RGB value is (171,158,142). Sum of RGB (Red+Green+Blue) = 171+158+142=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9E8E is #546171. Grayscale: #A0A0A0. Windows color (decimal): -5529970 or 9346731. OLE color: 9346731.
HSL color Cylindrical-coordinate representation of color #AB9E8E: hue angle of 33.1º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AB9E8E is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 142 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.33 |
| HSL | 33.1º | 0.15% | 0.61% | - |
| HSV(B) | 33.1º | 0.17% | 0.67% | - |
| XYZ | 33.9 | 35.06 | 30.57 | - |
| YUV | 160.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 142 | 0 | 0.08 | 0.17 | 0.33 | 33.1 | 0.15 | 0.61 |
| Hex | AB | 9E | 8E | 0 | 8 | 11 | 21 | 21 | F | 3D |
| Octal | 253 | 236 | 216 | 0 | 10 | 21 | 41 | 41 | 17 | 75 |
| Binary | 10101011 | 10011110 | 10001110 | 0 | 1000 | 10001 | 100001 | 100001 | 1111 | 111101 |
Color Harmonies of #AB9E8E
Complementary color
Monochromatic Colors of #AB9E8E
Black with #AB9E8E
Text Example
Text Example
White with #AB9E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E8E; }
p { color: rgb(171,158,142); }
H1.HeaderClassName
{
color: #AB9E8E;
}
.AnyTagClassName
{
color: #AB9E8E;
}
</style>
background-color css
<style>
a { background-color: #AB9E8E; }
a { background-color: rgb(171,158,142); }
div.DivClassName
{
background-color: #AB9E8E;
}
.BgClassName
{
background-color: #AB9E8E;
}
</style>
border-color css
<style>
span { border-color: #AB9E8E; }
span { border-color: rgb(171,158,142); }
td.TdClassName
{
border-color: #AB9E8E;
}
.TagClassName
{
border-color: #AB9E8E;
}
</style>