Shades of Malta #AD9B88
Tints of Malta #AD9B88
RGB
CMYK
RGB Variations
Color information
#AD9B88 (or 0xAD9B88) is known color: Malta. HEX triplet: AD, 9B and 88. RGB value is (173,155,136). Sum of RGB (Red+Green+Blue) = 173+155+136=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9B88 is #526477. Grayscale: #9E9E9E. Windows color (decimal): -5399672 or 8952749. OLE color: 8952749.
HSL color Cylindrical-coordinate representation of color #AD9B88: hue angle of 30.81º 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 #AD9B88 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 155 | 136 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.32 |
| HSL | 30.81º | 0.18% | 0.61% | - |
| HSV(B) | 30.81º | 0.21% | 0.68% | - |
| XYZ | 33.4 | 34.1 | 28.12 | - |
| YUV | 158.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 136 | 0 | 0.10 | 0.21 | 0.32 | 30.81 | 0.18 | 0.61 |
| Hex | AD | 9B | 88 | 0 | A | 15 | 20 | 1F | 12 | 3D |
| Octal | 255 | 233 | 210 | 0 | 12 | 25 | 40 | 37 | 22 | 75 |
| Binary | 10101101 | 10011011 | 10001000 | 0 | 1010 | 10101 | 100000 | 11111 | 10010 | 111101 |
Color Harmonies of #AD9B88
Complementary color
Monochromatic Colors of #AD9B88
Black with #AD9B88
Text Example
Text Example
White with #AD9B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9B88; }
p { color: rgb(173,155,136); }
H1.HeaderClassName
{
color: #AD9B88;
}
.AnyTagClassName
{
color: #AD9B88;
}
</style>
background-color css
<style>
a { background-color: #AD9B88; }
a { background-color: rgb(173,155,136); }
div.DivClassName
{
background-color: #AD9B88;
}
.BgClassName
{
background-color: #AD9B88;
}
</style>
border-color css
<style>
span { border-color: #AD9B88; }
span { border-color: rgb(173,155,136); }
td.TdClassName
{
border-color: #AD9B88;
}
.TagClassName
{
border-color: #AD9B88;
}
</style>