Shades of Mountbatten Pink #A6788E
Tints of Mountbatten Pink #A6788E
RGB
CMYK
RGB Variations
Color information
#A6788E (or 0xA6788E) is known color: Mountbatten Pink. HEX triplet: A6, 78 and 8E. RGB value is (166,120,142). Sum of RGB (Red+Green+Blue) = 166+120+142=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A6788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6788E is #598771. Grayscale: #888888. Windows color (decimal): -5867378 or 9336998. OLE color: 9336998.
HSL color Cylindrical-coordinate representation of color #A6788E: hue angle of 331.3º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6788E is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 120 | 142 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.35 |
| HSL | 331.3º | 0.21% | 0.56% | - |
| HSV(B) | 331.3º | 0.28% | 0.65% | - |
| XYZ | 27.32 | 23.49 | 28.69 | - |
| YUV | 136.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 142 | 0 | 0.28 | 0.14 | 0.35 | 331.3 | 0.21 | 0.56 |
| Hex | A6 | 78 | 8E | 0 | 1C | E | 23 | 14B | 15 | 38 |
| Octal | 246 | 170 | 216 | 0 | 34 | 16 | 43 | 513 | 25 | 70 |
| Binary | 10100110 | 1111000 | 10001110 | 0 | 11100 | 1110 | 100011 | 101001011 | 10101 | 111000 |
Color Harmonies of #A6788E
Complementary color
Monochromatic Colors of #A6788E
Black with #A6788E
Text Example
Text Example
White with #A6788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6788E; }
p { color: rgb(166,120,142); }
H1.HeaderClassName
{
color: #A6788E;
}
.AnyTagClassName
{
color: #A6788E;
}
</style>
background-color css
<style>
a { background-color: #A6788E; }
a { background-color: rgb(166,120,142); }
div.DivClassName
{
background-color: #A6788E;
}
.BgClassName
{
background-color: #A6788E;
}
</style>
border-color css
<style>
span { border-color: #A6788E; }
span { border-color: rgb(166,120,142); }
td.TdClassName
{
border-color: #A6788E;
}
.TagClassName
{
border-color: #A6788E;
}
</style>