Shades of Mountbatten Pink #A8728E
Tints of Mountbatten Pink #A8728E
RGB
CMYK
RGB Variations
Color information
#A8728E (or 0xA8728E) is known color: Mountbatten Pink. HEX triplet: A8, 72 and 8E. RGB value is (168,114,142). Sum of RGB (Red+Green+Blue) = 168+114+142=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 168 - color contains mainly: red. Hex color #A8728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8728E is #578D71. Grayscale: #858585. Windows color (decimal): -5737842 or 9335464. OLE color: 9335464.
HSL color Cylindrical-coordinate representation of color #A8728E: hue angle of 328.89º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8728E is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 142 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.34 |
| HSL | 328.89º | 0.24% | 0.55% | - |
| HSV(B) | 328.89º | 0.32% | 0.66% | - |
| XYZ | 27.05 | 22.31 | 28.47 | - |
| YUV | 133.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 142 | 0 | 0.32 | 0.15 | 0.34 | 328.89 | 0.24 | 0.55 |
| Hex | A8 | 72 | 8E | 0 | 20 | F | 22 | 149 | 18 | 37 |
| Octal | 250 | 162 | 216 | 0 | 40 | 17 | 42 | 511 | 30 | 67 |
| Binary | 10101000 | 1110010 | 10001110 | 0 | 100000 | 1111 | 100010 | 101001001 | 11000 | 110111 |
Color Harmonies of #A8728E
Complementary color
Monochromatic Colors of #A8728E
Black with #A8728E
Text Example
Text Example
White with #A8728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8728E; }
p { color: rgb(168,114,142); }
H1.HeaderClassName
{
color: #A8728E;
}
.AnyTagClassName
{
color: #A8728E;
}
</style>
background-color css
<style>
a { background-color: #A8728E; }
a { background-color: rgb(168,114,142); }
div.DivClassName
{
background-color: #A8728E;
}
.BgClassName
{
background-color: #A8728E;
}
</style>
border-color css
<style>
span { border-color: #A8728E; }
span { border-color: rgb(168,114,142); }
td.TdClassName
{
border-color: #A8728E;
}
.TagClassName
{
border-color: #A8728E;
}
</style>