Shades of Mountbatten Pink #A8748E
Tints of Mountbatten Pink #A8748E
RGB
CMYK
RGB Variations
Color information
#A8748E (or 0xA8748E) is known color: Mountbatten Pink. HEX triplet: A8, 74 and 8E. RGB value is (168,116,142). Sum of RGB (Red+Green+Blue) = 168+116+142=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A8748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8748E is #578B71. Grayscale: #868686. Windows color (decimal): -5737330 or 9335976. OLE color: 9335976.
HSL color Cylindrical-coordinate representation of color #A8748E: hue angle of 330º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8748E is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 142 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.34 |
| HSL | 330º | 0.23% | 0.56% | - |
| HSV(B) | 330º | 0.31% | 0.66% | - |
| XYZ | 27.28 | 22.77 | 28.55 | - |
| YUV | 134.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 142 | 0 | 0.31 | 0.15 | 0.34 | 330 | 0.23 | 0.56 |
| Hex | A8 | 74 | 8E | 0 | 1F | F | 22 | 14A | 17 | 38 |
| Octal | 250 | 164 | 216 | 0 | 37 | 17 | 42 | 512 | 27 | 70 |
| Binary | 10101000 | 1110100 | 10001110 | 0 | 11111 | 1111 | 100010 | 101001010 | 10111 | 111000 |
Color Harmonies of #A8748E
Complementary color
Monochromatic Colors of #A8748E
Black with #A8748E
Text Example
Text Example
White with #A8748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8748E; }
p { color: rgb(168,116,142); }
H1.HeaderClassName
{
color: #A8748E;
}
.AnyTagClassName
{
color: #A8748E;
}
</style>
background-color css
<style>
a { background-color: #A8748E; }
a { background-color: rgb(168,116,142); }
div.DivClassName
{
background-color: #A8748E;
}
.BgClassName
{
background-color: #A8748E;
}
</style>
border-color css
<style>
span { border-color: #A8748E; }
span { border-color: rgb(168,116,142); }
td.TdClassName
{
border-color: #A8748E;
}
.TagClassName
{
border-color: #A8748E;
}
</style>