Shades of Malta #A99D8D
Tints of Malta #A99D8D
RGB
CMYK
RGB Variations
Color information
#A99D8D (or 0xA99D8D) is known color: Malta. HEX triplet: A9, 9D and 8D. RGB value is (169,157,141). Sum of RGB (Red+Green+Blue) = 169+157+141=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99D8D is #566272. Grayscale: #9E9E9E. Windows color (decimal): -5661299 or 9280937. OLE color: 9280937.
HSL color Cylindrical-coordinate representation of color #A99D8D: hue angle of 34.29º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A99D8D is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 141 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.34 |
| HSL | 34.29º | 0.14% | 0.61% | - |
| HSV(B) | 34.29º | 0.17% | 0.66% | - |
| XYZ | 33.23 | 34.47 | 30.1 | - |
| YUV | 158.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 141 | 0 | 0.07 | 0.17 | 0.34 | 34.29 | 0.14 | 0.61 |
| Hex | A9 | 9D | 8D | 0 | 7 | 11 | 22 | 22 | E | 3D |
| Octal | 251 | 235 | 215 | 0 | 7 | 21 | 42 | 42 | 16 | 75 |
| Binary | 10101001 | 10011101 | 10001101 | 0 | 111 | 10001 | 100010 | 100010 | 1110 | 111101 |
Color Harmonies of #A99D8D
Complementary color
Monochromatic Colors of #A99D8D
Black with #A99D8D
Text Example
Text Example
White with #A99D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D8D; }
p { color: rgb(169,157,141); }
H1.HeaderClassName
{
color: #A99D8D;
}
.AnyTagClassName
{
color: #A99D8D;
}
</style>
background-color css
<style>
a { background-color: #A99D8D; }
a { background-color: rgb(169,157,141); }
div.DivClassName
{
background-color: #A99D8D;
}
.BgClassName
{
background-color: #A99D8D;
}
</style>
border-color css
<style>
span { border-color: #A99D8D; }
span { border-color: rgb(169,157,141); }
td.TdClassName
{
border-color: #A99D8D;
}
.TagClassName
{
border-color: #A99D8D;
}
</style>