Shades of Mountbatten Pink #A0848E
Tints of Mountbatten Pink #A0848E
RGB
CMYK
RGB Variations
Color information
#A0848E (or 0xA0848E) is known color: Mountbatten Pink. HEX triplet: A0, 84 and 8E. RGB value is (160,132,142). Sum of RGB (Red+Green+Blue) = 160+132+142=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A0848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0848E is #5F7B71. Grayscale: #8D8D8D. Windows color (decimal): -6257522 or 9340064. OLE color: 9340064.
HSL color Cylindrical-coordinate representation of color #A0848E: hue angle of 338.57º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0848E is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 142 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.37 |
| HSL | 338.57º | 0.13% | 0.57% | - |
| HSV(B) | 338.57º | 0.18% | 0.63% | - |
| XYZ | 27.63 | 25.93 | 29.14 | - |
| YUV | 141.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 142 | 0 | 0.17 | 0.11 | 0.37 | 338.57 | 0.13 | 0.57 |
| Hex | A0 | 84 | 8E | 0 | 11 | B | 25 | 153 | D | 39 |
| Octal | 240 | 204 | 216 | 0 | 21 | 13 | 45 | 523 | 15 | 71 |
| Binary | 10100000 | 10000100 | 10001110 | 0 | 10001 | 1011 | 100101 | 101010011 | 1101 | 111001 |
Color Harmonies of #A0848E
Complementary color
Monochromatic Colors of #A0848E
Black with #A0848E
Text Example
Text Example
White with #A0848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0848E; }
p { color: rgb(160,132,142); }
H1.HeaderClassName
{
color: #A0848E;
}
.AnyTagClassName
{
color: #A0848E;
}
</style>
background-color css
<style>
a { background-color: #A0848E; }
a { background-color: rgb(160,132,142); }
div.DivClassName
{
background-color: #A0848E;
}
.BgClassName
{
background-color: #A0848E;
}
</style>
border-color css
<style>
span { border-color: #A0848E; }
span { border-color: rgb(160,132,142); }
td.TdClassName
{
border-color: #A0848E;
}
.TagClassName
{
border-color: #A0848E;
}
</style>