Shades of Malta #A99B8B
Tints of Malta #A99B8B
RGB
CMYK
RGB Variations
Color information
#A99B8B (or 0xA99B8B) is known color: Malta. HEX triplet: A9, 9B and 8B. RGB value is (169,155,139). Sum of RGB (Red+Green+Blue) = 169+155+139=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99B8B is #566474. Grayscale: #9D9D9D. Windows color (decimal): -5661813 or 9149353. OLE color: 9149353.
HSL color Cylindrical-coordinate representation of color #A99B8B: hue angle of 32º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A99B8B is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 155 | 139 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.34 |
| HSL | 32º | 0.15% | 0.6% | - |
| HSV(B) | 32º | 0.18% | 0.66% | - |
| XYZ | 32.74 | 33.74 | 29.21 | - |
| YUV | 157.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 139 | 0 | 0.08 | 0.18 | 0.34 | 32 | 0.15 | 0.6 |
| Hex | A9 | 9B | 8B | 0 | 8 | 12 | 22 | 20 | F | 3C |
| Octal | 251 | 233 | 213 | 0 | 10 | 22 | 42 | 40 | 17 | 74 |
| Binary | 10101001 | 10011011 | 10001011 | 0 | 1000 | 10010 | 100010 | 100000 | 1111 | 111100 |
Color Harmonies of #A99B8B
Complementary color
Monochromatic Colors of #A99B8B
Black with #A99B8B
Text Example
Text Example
White with #A99B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99B8B; }
p { color: rgb(169,155,139); }
H1.HeaderClassName
{
color: #A99B8B;
}
.AnyTagClassName
{
color: #A99B8B;
}
</style>
background-color css
<style>
a { background-color: #A99B8B; }
a { background-color: rgb(169,155,139); }
div.DivClassName
{
background-color: #A99B8B;
}
.BgClassName
{
background-color: #A99B8B;
}
</style>
border-color css
<style>
span { border-color: #A99B8B; }
span { border-color: rgb(169,155,139); }
td.TdClassName
{
border-color: #A99B8B;
}
.TagClassName
{
border-color: #A99B8B;
}
</style>