Shades of Malta #A1978A
Tints of Malta #A1978A
RGB
CMYK
RGB Variations
Color information
#A1978A (or 0xA1978A) is known color: Malta. HEX triplet: A1, 97 and 8A. RGB value is (161,151,138). Sum of RGB (Red+Green+Blue) = 161+151+138=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 161 - color contains mainly: red. Hex color #A1978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1978A is #5E6875. Grayscale: #989898. Windows color (decimal): -6187126 or 9082785. OLE color: 9082785.
HSL color Cylindrical-coordinate representation of color #A1978A: hue angle of 33.91º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1978A is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 151 | 138 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.37 |
| HSL | 33.91º | 0.11% | 0.59% | - |
| HSV(B) | 33.91º | 0.14% | 0.63% | - |
| XYZ | 30.35 | 31.55 | 28.53 | - |
| YUV | 152.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 138 | 0 | 0.06 | 0.14 | 0.37 | 33.91 | 0.11 | 0.59 |
| Hex | A1 | 97 | 8A | 0 | 6 | E | 25 | 22 | B | 3B |
| Octal | 241 | 227 | 212 | 0 | 6 | 16 | 45 | 42 | 13 | 73 |
| Binary | 10100001 | 10010111 | 10001010 | 0 | 110 | 1110 | 100101 | 100010 | 1011 | 111011 |
Color Harmonies of #A1978A
Complementary color
Monochromatic Colors of #A1978A
Black with #A1978A
Text Example
Text Example
White with #A1978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1978A; }
p { color: rgb(161,151,138); }
H1.HeaderClassName
{
color: #A1978A;
}
.AnyTagClassName
{
color: #A1978A;
}
</style>
background-color css
<style>
a { background-color: #A1978A; }
a { background-color: rgb(161,151,138); }
div.DivClassName
{
background-color: #A1978A;
}
.BgClassName
{
background-color: #A1978A;
}
</style>
border-color css
<style>
span { border-color: #A1978A; }
span { border-color: rgb(161,151,138); }
td.TdClassName
{
border-color: #A1978A;
}
.TagClassName
{
border-color: #A1978A;
}
</style>