Shades of Mountbatten Pink #A7748D
Tints of Mountbatten Pink #A7748D
RGB
CMYK
RGB Variations
Color information
#A7748D (or 0xA7748D) is known color: Mountbatten Pink. HEX triplet: A7, 74 and 8D. RGB value is (167,116,141). Sum of RGB (Red+Green+Blue) = 167+116+141=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 167 - color contains mainly: red. Hex color #A7748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7748D is #588B72. Grayscale: #868686. Windows color (decimal): -5802867 or 9270439. OLE color: 9270439.
HSL color Cylindrical-coordinate representation of color #A7748D: hue angle of 330.59º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7748D is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 116 | 141 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.35 |
| HSL | 330.59º | 0.22% | 0.55% | - |
| HSV(B) | 330.59º | 0.31% | 0.65% | - |
| XYZ | 26.99 | 22.63 | 28.14 | - |
| YUV | 134.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 141 | 0 | 0.31 | 0.16 | 0.35 | 330.59 | 0.22 | 0.55 |
| Hex | A7 | 74 | 8D | 0 | 1F | 10 | 23 | 14B | 16 | 37 |
| Octal | 247 | 164 | 215 | 0 | 37 | 20 | 43 | 513 | 26 | 67 |
| Binary | 10100111 | 1110100 | 10001101 | 0 | 11111 | 10000 | 100011 | 101001011 | 10110 | 110111 |
Color Harmonies of #A7748D
Complementary color
Monochromatic Colors of #A7748D
Black with #A7748D
Text Example
Text Example
White with #A7748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7748D; }
p { color: rgb(167,116,141); }
H1.HeaderClassName
{
color: #A7748D;
}
.AnyTagClassName
{
color: #A7748D;
}
</style>
background-color css
<style>
a { background-color: #A7748D; }
a { background-color: rgb(167,116,141); }
div.DivClassName
{
background-color: #A7748D;
}
.BgClassName
{
background-color: #A7748D;
}
</style>
border-color css
<style>
span { border-color: #A7748D; }
span { border-color: rgb(167,116,141); }
td.TdClassName
{
border-color: #A7748D;
}
.TagClassName
{
border-color: #A7748D;
}
</style>