Shades of Malta #A3998B
Tints of Malta #A3998B
RGB
CMYK
RGB Variations
Color information
#A3998B (or 0xA3998B) is known color: Malta. HEX triplet: A3, 99 and 8B. RGB value is (163,153,139). Sum of RGB (Red+Green+Blue) = 163+153+139=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 163 - color contains mainly: red. Hex color #A3998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3998B is #5C6674. Grayscale: #9A9A9A. Windows color (decimal): -6055541 or 9148835. OLE color: 9148835.
HSL color Cylindrical-coordinate representation of color #A3998B: hue angle of 35º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3998B is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 153 | 139 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.36 |
| HSL | 35º | 0.12% | 0.59% | - |
| HSV(B) | 35º | 0.15% | 0.64% | - |
| XYZ | 31.16 | 32.43 | 29.04 | - |
| YUV | 154.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 139 | 0 | 0.06 | 0.15 | 0.36 | 35 | 0.12 | 0.59 |
| Hex | A3 | 99 | 8B | 0 | 6 | F | 24 | 23 | C | 3B |
| Octal | 243 | 231 | 213 | 0 | 6 | 17 | 44 | 43 | 14 | 73 |
| Binary | 10100011 | 10011001 | 10001011 | 0 | 110 | 1111 | 100100 | 100011 | 1100 | 111011 |
Color Harmonies of #A3998B
Complementary color
Monochromatic Colors of #A3998B
Black with #A3998B
Text Example
Text Example
White with #A3998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3998B; }
p { color: rgb(163,153,139); }
H1.HeaderClassName
{
color: #A3998B;
}
.AnyTagClassName
{
color: #A3998B;
}
</style>
background-color css
<style>
a { background-color: #A3998B; }
a { background-color: rgb(163,153,139); }
div.DivClassName
{
background-color: #A3998B;
}
.BgClassName
{
background-color: #A3998B;
}
</style>
border-color css
<style>
span { border-color: #A3998B; }
span { border-color: rgb(163,153,139); }
td.TdClassName
{
border-color: #A3998B;
}
.TagClassName
{
border-color: #A3998B;
}
</style>