Shades of Mountbatten Pink #A7798D
Tints of Mountbatten Pink #A7798D
RGB
CMYK
RGB Variations
Color information
#A7798D (or 0xA7798D) is known color: Mountbatten Pink. HEX triplet: A7, 79 and 8D. RGB value is (167,121,141). Sum of RGB (Red+Green+Blue) = 167+121+141=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A7798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7798D is #588672. Grayscale: #898989. Windows color (decimal): -5801587 or 9271719. OLE color: 9271719.
HSL color Cylindrical-coordinate representation of color #A7798D: hue angle of 333.91º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7798D is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 121 | 141 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.35 |
| HSL | 333.91º | 0.21% | 0.56% | - |
| HSV(B) | 333.91º | 0.28% | 0.65% | - |
| XYZ | 27.58 | 23.81 | 28.34 | - |
| YUV | 137.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 121 | 141 | 0 | 0.28 | 0.16 | 0.35 | 333.91 | 0.21 | 0.56 |
| Hex | A7 | 79 | 8D | 0 | 1C | 10 | 23 | 14E | 15 | 38 |
| Octal | 247 | 171 | 215 | 0 | 34 | 20 | 43 | 516 | 25 | 70 |
| Binary | 10100111 | 1111001 | 10001101 | 0 | 11100 | 10000 | 100011 | 101001110 | 10101 | 111000 |
Color Harmonies of #A7798D
Complementary color
Monochromatic Colors of #A7798D
Black with #A7798D
Text Example
Text Example
White with #A7798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7798D; }
p { color: rgb(167,121,141); }
H1.HeaderClassName
{
color: #A7798D;
}
.AnyTagClassName
{
color: #A7798D;
}
</style>
background-color css
<style>
a { background-color: #A7798D; }
a { background-color: rgb(167,121,141); }
div.DivClassName
{
background-color: #A7798D;
}
.BgClassName
{
background-color: #A7798D;
}
</style>
border-color css
<style>
span { border-color: #A7798D; }
span { border-color: rgb(167,121,141); }
td.TdClassName
{
border-color: #A7798D;
}
.TagClassName
{
border-color: #A7798D;
}
</style>