Shades of Mountbatten Pink #A7728E
Tints of Mountbatten Pink #A7728E
RGB
CMYK
RGB Variations
Color information
#A7728E (or 0xA7728E) is known color: Mountbatten Pink. HEX triplet: A7, 72 and 8E. RGB value is (167,114,142). Sum of RGB (Red+Green+Blue) = 167+114+142=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A7728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7728E is #588D71. Grayscale: #848484. Windows color (decimal): -5803378 or 9335463. OLE color: 9335463.
HSL color Cylindrical-coordinate representation of color #A7728E: hue angle of 328.3º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7728E is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 114 | 142 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.35 |
| HSL | 328.3º | 0.23% | 0.55% | - |
| HSV(B) | 328.3º | 0.32% | 0.65% | - |
| XYZ | 26.84 | 22.2 | 28.46 | - |
| YUV | 133.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 142 | 0 | 0.32 | 0.15 | 0.35 | 328.3 | 0.23 | 0.55 |
| Hex | A7 | 72 | 8E | 0 | 20 | F | 23 | 148 | 17 | 37 |
| Octal | 247 | 162 | 216 | 0 | 40 | 17 | 43 | 510 | 27 | 67 |
| Binary | 10100111 | 1110010 | 10001110 | 0 | 100000 | 1111 | 100011 | 101001000 | 10111 | 110111 |
Color Harmonies of #A7728E
Complementary color
Monochromatic Colors of #A7728E
Black with #A7728E
Text Example
Text Example
White with #A7728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7728E; }
p { color: rgb(167,114,142); }
H1.HeaderClassName
{
color: #A7728E;
}
.AnyTagClassName
{
color: #A7728E;
}
</style>
background-color css
<style>
a { background-color: #A7728E; }
a { background-color: rgb(167,114,142); }
div.DivClassName
{
background-color: #A7728E;
}
.BgClassName
{
background-color: #A7728E;
}
</style>
border-color css
<style>
span { border-color: #A7728E; }
span { border-color: rgb(167,114,142); }
td.TdClassName
{
border-color: #A7728E;
}
.TagClassName
{
border-color: #A7728E;
}
</style>