Shades of Mountbatten Pink #A76D92
Tints of Mountbatten Pink #A76D92
RGB
CMYK
RGB Variations
Color information
#A76D92 (or 0xA76D92) is known color: Mountbatten Pink. HEX triplet: A7, 6D and 92. RGB value is (167,109,146). Sum of RGB (Red+Green+Blue) = 167+109+146=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76D92 is #58926D. Grayscale: #828282. Windows color (decimal): -5804654 or 9596327. OLE color: 9596327.
HSL color Cylindrical-coordinate representation of color #A76D92: hue angle of 321.72º 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 #A76D92 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 109 | 146 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.35 |
| HSL | 321.72º | 0.25% | 0.54% | - |
| HSV(B) | 321.72º | 0.35% | 0.65% | - |
| XYZ | 26.59 | 21.23 | 29.89 | - |
| YUV | 130.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 146 | 0 | 0.35 | 0.13 | 0.35 | 321.72 | 0.25 | 0.54 |
| Hex | A7 | 6D | 92 | 0 | 23 | D | 23 | 142 | 19 | 36 |
| Octal | 247 | 155 | 222 | 0 | 43 | 15 | 43 | 502 | 31 | 66 |
| Binary | 10100111 | 1101101 | 10010010 | 0 | 100011 | 1101 | 100011 | 101000010 | 11001 | 110110 |
Color Harmonies of #A76D92
Complementary color
Monochromatic Colors of #A76D92
Black with #A76D92
Text Example
Text Example
White with #A76D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76D92; }
p { color: rgb(167,109,146); }
H1.HeaderClassName
{
color: #A76D92;
}
.AnyTagClassName
{
color: #A76D92;
}
</style>
background-color css
<style>
a { background-color: #A76D92; }
a { background-color: rgb(167,109,146); }
div.DivClassName
{
background-color: #A76D92;
}
.BgClassName
{
background-color: #A76D92;
}
</style>
border-color css
<style>
span { border-color: #A76D92; }
span { border-color: rgb(167,109,146); }
td.TdClassName
{
border-color: #A76D92;
}
.TagClassName
{
border-color: #A76D92;
}
</style>