Shades of Mountbatten Pink #A86792
Tints of Mountbatten Pink #A86792
RGB
CMYK
RGB Variations
Color information
#A86792 (or 0xA86792) is known color: Mountbatten Pink. HEX triplet: A8, 67 and 92. RGB value is (168,103,146). Sum of RGB (Red+Green+Blue) = 168+103+146=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A86792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86792 is #57986D. Grayscale: #7F7F7F. Windows color (decimal): -5740654 or 9594792. OLE color: 9594792.
HSL color Cylindrical-coordinate representation of color #A86792: hue angle of 320.31º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A86792 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 146 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.34 |
| HSL | 320.31º | 0.27% | 0.53% | - |
| HSV(B) | 320.31º | 0.39% | 0.66% | - |
| XYZ | 26.19 | 20.1 | 29.69 | - |
| YUV | 127.34 | 138.53 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 146 | 0 | 0.39 | 0.13 | 0.34 | 320.31 | 0.27 | 0.53 |
| Hex | A8 | 67 | 92 | 0 | 27 | D | 22 | 140 | 1B | 35 |
| Octal | 250 | 147 | 222 | 0 | 47 | 15 | 42 | 500 | 33 | 65 |
| Binary | 10101000 | 1100111 | 10010010 | 0 | 100111 | 1101 | 100010 | 101000000 | 11011 | 110101 |
Color Harmonies of #A86792
Complementary color
Monochromatic Colors of #A86792
Black with #A86792
Text Example
Text Example
White with #A86792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86792; }
p { color: rgb(168,103,146); }
H1.HeaderClassName
{
color: #A86792;
}
.AnyTagClassName
{
color: #A86792;
}
</style>
background-color css
<style>
a { background-color: #A86792; }
a { background-color: rgb(168,103,146); }
div.DivClassName
{
background-color: #A86792;
}
.BgClassName
{
background-color: #A86792;
}
</style>
border-color css
<style>
span { border-color: #A86792; }
span { border-color: rgb(168,103,146); }
td.TdClassName
{
border-color: #A86792;
}
.TagClassName
{
border-color: #A86792;
}
</style>