Shades of Malta #AD9D88
Tints of Malta #AD9D88
RGB
CMYK
RGB Variations
Color information
#AD9D88 (or 0xAD9D88) is known color: Malta. HEX triplet: AD, 9D and 88. RGB value is (173,157,136). Sum of RGB (Red+Green+Blue) = 173+157+136=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9D88 is #526277. Grayscale: #9F9F9F. Windows color (decimal): -5399160 or 8953261. OLE color: 8953261.
HSL color Cylindrical-coordinate representation of color #AD9D88: hue angle of 34.05º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD9D88 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 136 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.32 |
| HSL | 34.05º | 0.18% | 0.61% | - |
| HSV(B) | 34.05º | 0.21% | 0.68% | - |
| XYZ | 33.73 | 34.78 | 28.23 | - |
| YUV | 159.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 136 | 0 | 0.09 | 0.21 | 0.32 | 34.05 | 0.18 | 0.61 |
| Hex | AD | 9D | 88 | 0 | 9 | 15 | 20 | 22 | 12 | 3D |
| Octal | 255 | 235 | 210 | 0 | 11 | 25 | 40 | 42 | 22 | 75 |
| Binary | 10101101 | 10011101 | 10001000 | 0 | 1001 | 10101 | 100000 | 100010 | 10010 | 111101 |
Color Harmonies of #AD9D88
Complementary color
Monochromatic Colors of #AD9D88
Black with #AD9D88
Text Example
Text Example
White with #AD9D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D88; }
p { color: rgb(173,157,136); }
H1.HeaderClassName
{
color: #AD9D88;
}
.AnyTagClassName
{
color: #AD9D88;
}
</style>
background-color css
<style>
a { background-color: #AD9D88; }
a { background-color: rgb(173,157,136); }
div.DivClassName
{
background-color: #AD9D88;
}
.BgClassName
{
background-color: #AD9D88;
}
</style>
border-color css
<style>
span { border-color: #AD9D88; }
span { border-color: rgb(173,157,136); }
td.TdClassName
{
border-color: #AD9D88;
}
.TagClassName
{
border-color: #AD9D88;
}
</style>