Shades of Mountbatten Pink #A67A8E
Tints of Mountbatten Pink #A67A8E
RGB
CMYK
RGB Variations
Color information
#A67A8E (or 0xA67A8E) is known color: Mountbatten Pink. HEX triplet: A6, 7A and 8E. RGB value is (166,122,142). Sum of RGB (Red+Green+Blue) = 166+122+142=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67A8E is #598571. Grayscale: #898989. Windows color (decimal): -5866866 or 9337510. OLE color: 9337510.
HSL color Cylindrical-coordinate representation of color #A67A8E: hue angle of 332.73º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A67A8E is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 122 | 142 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.35 |
| HSL | 332.73º | 0.2% | 0.56% | - |
| HSV(B) | 332.73º | 0.27% | 0.65% | - |
| XYZ | 27.57 | 23.98 | 28.77 | - |
| YUV | 137.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 142 | 0 | 0.27 | 0.14 | 0.35 | 332.73 | 0.2 | 0.56 |
| Hex | A6 | 7A | 8E | 0 | 1B | E | 23 | 14D | 14 | 38 |
| Octal | 246 | 172 | 216 | 0 | 33 | 16 | 43 | 515 | 24 | 70 |
| Binary | 10100110 | 1111010 | 10001110 | 0 | 11011 | 1110 | 100011 | 101001101 | 10100 | 111000 |
Color Harmonies of #A67A8E
Complementary color
Monochromatic Colors of #A67A8E
Black with #A67A8E
Text Example
Text Example
White with #A67A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67A8E; }
p { color: rgb(166,122,142); }
H1.HeaderClassName
{
color: #A67A8E;
}
.AnyTagClassName
{
color: #A67A8E;
}
</style>
background-color css
<style>
a { background-color: #A67A8E; }
a { background-color: rgb(166,122,142); }
div.DivClassName
{
background-color: #A67A8E;
}
.BgClassName
{
background-color: #A67A8E;
}
</style>
border-color css
<style>
span { border-color: #A67A8E; }
span { border-color: rgb(166,122,142); }
td.TdClassName
{
border-color: #A67A8E;
}
.TagClassName
{
border-color: #A67A8E;
}
</style>