Shades of Malta #A09180
Tints of Malta #A09180
RGB
CMYK
RGB Variations
Color information
#A09180 (or 0xA09180) is known color: Malta. HEX triplet: A0, 91 and 80. RGB value is (160,145,128). Sum of RGB (Red+Green+Blue) = 160+145+128=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A09180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09180 is #5F6E7F. Grayscale: #939393. Windows color (decimal): -6254208 or 8425888. OLE color: 8425888.
HSL color Cylindrical-coordinate representation of color #A09180: hue angle of 31.88º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A09180 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 128 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.37 |
| HSL | 31.88º | 0.14% | 0.56% | - |
| HSV(B) | 31.88º | 0.2% | 0.63% | - |
| XYZ | 28.52 | 29.28 | 24.57 | - |
| YUV | 147.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 128 | 0 | 0.09 | 0.20 | 0.37 | 31.88 | 0.14 | 0.56 |
| Hex | A0 | 91 | 80 | 0 | 9 | 14 | 25 | 20 | E | 38 |
| Octal | 240 | 221 | 200 | 0 | 11 | 24 | 45 | 40 | 16 | 70 |
| Binary | 10100000 | 10010001 | 10000000 | 0 | 1001 | 10100 | 100101 | 100000 | 1110 | 111000 |
Color Harmonies of #A09180
Complementary color
Monochromatic Colors of #A09180
Black with #A09180
Text Example
Text Example
White with #A09180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09180; }
p { color: rgb(160,145,128); }
H1.HeaderClassName
{
color: #A09180;
}
.AnyTagClassName
{
color: #A09180;
}
</style>
background-color css
<style>
a { background-color: #A09180; }
a { background-color: rgb(160,145,128); }
div.DivClassName
{
background-color: #A09180;
}
.BgClassName
{
background-color: #A09180;
}
</style>
border-color css
<style>
span { border-color: #A09180; }
span { border-color: rgb(160,145,128); }
td.TdClassName
{
border-color: #A09180;
}
.TagClassName
{
border-color: #A09180;
}
</style>