Shades of Mountbatten Pink #A76B8E
Tints of Mountbatten Pink #A76B8E
RGB
CMYK
RGB Variations
Color information
#A76B8E (or 0xA76B8E) is known color: Mountbatten Pink. HEX triplet: A7, 6B and 8E. RGB value is (167,107,142). Sum of RGB (Red+Green+Blue) = 167+107+142=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76B8E is #589471. Grayscale: #808080. Windows color (decimal): -5805170 or 9333671. OLE color: 9333671.
HSL color Cylindrical-coordinate representation of color #A76B8E: hue angle of 325º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A76B8E is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 107 | 142 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.35 |
| HSL | 325º | 0.25% | 0.54% | - |
| HSV(B) | 325º | 0.36% | 0.65% | - |
| XYZ | 26.08 | 20.68 | 28.21 | - |
| YUV | 128.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 107 | 142 | 0 | 0.36 | 0.15 | 0.35 | 325 | 0.25 | 0.54 |
| Hex | A7 | 6B | 8E | 0 | 24 | F | 23 | 145 | 19 | 36 |
| Octal | 247 | 153 | 216 | 0 | 44 | 17 | 43 | 505 | 31 | 66 |
| Binary | 10100111 | 1101011 | 10001110 | 0 | 100100 | 1111 | 100011 | 101000101 | 11001 | 110110 |
Color Harmonies of #A76B8E
Complementary color
Monochromatic Colors of #A76B8E
Black with #A76B8E
Text Example
Text Example
White with #A76B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76B8E; }
p { color: rgb(167,107,142); }
H1.HeaderClassName
{
color: #A76B8E;
}
.AnyTagClassName
{
color: #A76B8E;
}
</style>
background-color css
<style>
a { background-color: #A76B8E; }
a { background-color: rgb(167,107,142); }
div.DivClassName
{
background-color: #A76B8E;
}
.BgClassName
{
background-color: #A76B8E;
}
</style>
border-color css
<style>
span { border-color: #A76B8E; }
span { border-color: rgb(167,107,142); }
td.TdClassName
{
border-color: #A76B8E;
}
.TagClassName
{
border-color: #A76B8E;
}
</style>