Shades of Malta #AD9E8C
Tints of Malta #AD9E8C
RGB
CMYK
RGB Variations
Color information
#AD9E8C (or 0xAD9E8C) is known color: Malta. HEX triplet: AD, 9E and 8C. RGB value is (173,158,140). Sum of RGB (Red+Green+Blue) = 173+158+140=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9E8C is #526173. Grayscale: #A0A0A0. Windows color (decimal): -5398900 or 9215661. OLE color: 9215661.
HSL color Cylindrical-coordinate representation of color #AD9E8C: hue angle of 32.73º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD9E8C is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 158 | 140 | - |
CMYK | 0 | 0.09 | 0.19 | 0.32 |
HSL | 32.73º | 0.17% | 0.61% | - |
HSV(B) | 32.73º | 0.19% | 0.68% | - |
XYZ | 34.19 | 35.23 | 29.81 | - |
YUV | 160.43 | 116.47 | 136.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 158 | 140 | 0 | 0.09 | 0.19 | 0.32 | 32.73 | 0.17 | 0.61 |
Hex | AD | 9E | 8C | 0 | 9 | 13 | 20 | 21 | 11 | 3D |
Octal | 255 | 236 | 214 | 0 | 11 | 23 | 40 | 41 | 21 | 75 |
Binary | 10101101 | 10011110 | 10001100 | 0 | 1001 | 10011 | 100000 | 100001 | 10001 | 111101 |
Color Harmonies of #AD9E8C
Complementary color
Monochromatic Colors of #AD9E8C
Black with #AD9E8C
Text Example
Text Example
White with #AD9E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E8C; }
p { color: rgb(173,158,140); }
H1.HeaderClassName
{
color: #AD9E8C;
}
.AnyTagClassName
{
color: #AD9E8C;
}
</style>
background-color css
<style>
a { background-color: #AD9E8C; }
a { background-color: rgb(173,158,140); }
div.DivClassName
{
background-color: #AD9E8C;
}
.BgClassName
{
background-color: #AD9E8C;
}
</style>
border-color css
<style>
span { border-color: #AD9E8C; }
span { border-color: rgb(173,158,140); }
td.TdClassName
{
border-color: #AD9E8C;
}
.TagClassName
{
border-color: #AD9E8C;
}
</style>