Shades of Mountbatten Pink #A76C92
Tints of Mountbatten Pink #A76C92
RGB
CMYK
RGB Variations
Color information
#A76C92 (or 0xA76C92) is known color: Mountbatten Pink. HEX triplet: A7, 6C and 92. RGB value is (167,108,146). Sum of RGB (Red+Green+Blue) = 167+108+146=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76C92 is #58936D. Grayscale: #818181. Windows color (decimal): -5804910 or 9596071. OLE color: 9596071.
HSL color Cylindrical-coordinate representation of color #A76C92: hue angle of 321.36º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A76C92 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 108 | 146 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.35 |
| HSL | 321.36º | 0.25% | 0.54% | - |
| HSV(B) | 321.36º | 0.35% | 0.65% | - |
| XYZ | 26.49 | 21.02 | 29.85 | - |
| YUV | 129.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 146 | 0 | 0.35 | 0.13 | 0.35 | 321.36 | 0.25 | 0.54 |
| Hex | A7 | 6C | 92 | 0 | 23 | D | 23 | 141 | 19 | 36 |
| Octal | 247 | 154 | 222 | 0 | 43 | 15 | 43 | 501 | 31 | 66 |
| Binary | 10100111 | 1101100 | 10010010 | 0 | 100011 | 1101 | 100011 | 101000001 | 11001 | 110110 |
Color Harmonies of #A76C92
Complementary color
Monochromatic Colors of #A76C92
Black with #A76C92
Text Example
Text Example
White with #A76C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76C92; }
p { color: rgb(167,108,146); }
H1.HeaderClassName
{
color: #A76C92;
}
.AnyTagClassName
{
color: #A76C92;
}
</style>
background-color css
<style>
a { background-color: #A76C92; }
a { background-color: rgb(167,108,146); }
div.DivClassName
{
background-color: #A76C92;
}
.BgClassName
{
background-color: #A76C92;
}
</style>
border-color css
<style>
span { border-color: #A76C92; }
span { border-color: rgb(167,108,146); }
td.TdClassName
{
border-color: #A76C92;
}
.TagClassName
{
border-color: #A76C92;
}
</style>