Shades of Malta #AD9F8E
Tints of Malta #AD9F8E
RGB
CMYK
RGB Variations
Color information
#AD9F8E (or 0xAD9F8E) is known color: Malta. HEX triplet: AD, 9F and 8E. RGB value is (173,159,142). Sum of RGB (Red+Green+Blue) = 173+159+142=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F8E is #526071. Grayscale: #A1A1A1. Windows color (decimal): -5398642 or 9346989. OLE color: 9346989.
HSL color Cylindrical-coordinate representation of color #AD9F8E: hue angle of 32.9º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD9F8E is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 142 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.32 |
| HSL | 32.9º | 0.16% | 0.62% | - |
| HSV(B) | 32.9º | 0.18% | 0.68% | - |
| XYZ | 34.51 | 35.63 | 30.65 | - |
| YUV | 161.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 142 | 0 | 0.08 | 0.18 | 0.32 | 32.9 | 0.16 | 0.62 |
| Hex | AD | 9F | 8E | 0 | 8 | 12 | 20 | 21 | 10 | 3E |
| Octal | 255 | 237 | 216 | 0 | 10 | 22 | 40 | 41 | 20 | 76 |
| Binary | 10101101 | 10011111 | 10001110 | 0 | 1000 | 10010 | 100000 | 100001 | 10000 | 111110 |
Color Harmonies of #AD9F8E
Complementary color
Monochromatic Colors of #AD9F8E
Black with #AD9F8E
Text Example
Text Example
White with #AD9F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F8E; }
p { color: rgb(173,159,142); }
H1.HeaderClassName
{
color: #AD9F8E;
}
.AnyTagClassName
{
color: #AD9F8E;
}
</style>
background-color css
<style>
a { background-color: #AD9F8E; }
a { background-color: rgb(173,159,142); }
div.DivClassName
{
background-color: #AD9F8E;
}
.BgClassName
{
background-color: #AD9F8E;
}
</style>
border-color css
<style>
span { border-color: #AD9F8E; }
span { border-color: rgb(173,159,142); }
td.TdClassName
{
border-color: #AD9F8E;
}
.TagClassName
{
border-color: #AD9F8E;
}
</style>