Shades of Malta #A99B85
Tints of Malta #A99B85
RGB
CMYK
RGB Variations
Color information
#A99B85 (or 0xA99B85) is known color: Malta. HEX triplet: A9, 9B and 85. RGB value is (169,155,133). Sum of RGB (Red+Green+Blue) = 169+155+133=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99B85 is #56647A. Grayscale: #9C9C9C. Windows color (decimal): -5661819 or 8756137. OLE color: 8756137.
HSL color Cylindrical-coordinate representation of color #A99B85: hue angle of 36.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A99B85 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 155 | 133 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.34 |
| HSL | 36.67º | 0.17% | 0.59% | - |
| HSV(B) | 36.67º | 0.21% | 0.66% | - |
| XYZ | 32.32 | 33.57 | 26.97 | - |
| YUV | 156.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 133 | 0 | 0.08 | 0.21 | 0.34 | 36.67 | 0.17 | 0.59 |
| Hex | A9 | 9B | 85 | 0 | 8 | 15 | 22 | 25 | 11 | 3B |
| Octal | 251 | 233 | 205 | 0 | 10 | 25 | 42 | 45 | 21 | 73 |
| Binary | 10101001 | 10011011 | 10000101 | 0 | 1000 | 10101 | 100010 | 100101 | 10001 | 111011 |
Color Harmonies of #A99B85
Complementary color
Monochromatic Colors of #A99B85
Black with #A99B85
Text Example
Text Example
White with #A99B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99B85; }
p { color: rgb(169,155,133); }
H1.HeaderClassName
{
color: #A99B85;
}
.AnyTagClassName
{
color: #A99B85;
}
</style>
background-color css
<style>
a { background-color: #A99B85; }
a { background-color: rgb(169,155,133); }
div.DivClassName
{
background-color: #A99B85;
}
.BgClassName
{
background-color: #A99B85;
}
</style>
border-color css
<style>
span { border-color: #A99B85; }
span { border-color: rgb(169,155,133); }
td.TdClassName
{
border-color: #A99B85;
}
.TagClassName
{
border-color: #A99B85;
}
</style>