Shades of Mountbatten Pink #A37C8E
Tints of Mountbatten Pink #A37C8E
RGB
CMYK
RGB Variations
Color information
#A37C8E (or 0xA37C8E) is known color: Mountbatten Pink. HEX triplet: A3, 7C and 8E. RGB value is (163,124,142). Sum of RGB (Red+Green+Blue) = 163+124+142=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37C8E is #5C8371. Grayscale: #898989. Windows color (decimal): -6062962 or 9338019. OLE color: 9338019.
HSL color Cylindrical-coordinate representation of color #A37C8E: hue angle of 332.31º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A37C8E is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 142 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.36 |
| HSL | 332.31º | 0.17% | 0.56% | - |
| HSV(B) | 332.31º | 0.24% | 0.64% | - |
| XYZ | 27.19 | 24.15 | 28.82 | - |
| YUV | 137.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 142 | 0 | 0.24 | 0.13 | 0.36 | 332.31 | 0.17 | 0.56 |
| Hex | A3 | 7C | 8E | 0 | 18 | D | 24 | 14C | 11 | 38 |
| Octal | 243 | 174 | 216 | 0 | 30 | 15 | 44 | 514 | 21 | 70 |
| Binary | 10100011 | 1111100 | 10001110 | 0 | 11000 | 1101 | 100100 | 101001100 | 10001 | 111000 |
Color Harmonies of #A37C8E
Complementary color
Monochromatic Colors of #A37C8E
Black with #A37C8E
Text Example
Text Example
White with #A37C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C8E; }
p { color: rgb(163,124,142); }
H1.HeaderClassName
{
color: #A37C8E;
}
.AnyTagClassName
{
color: #A37C8E;
}
</style>
background-color css
<style>
a { background-color: #A37C8E; }
a { background-color: rgb(163,124,142); }
div.DivClassName
{
background-color: #A37C8E;
}
.BgClassName
{
background-color: #A37C8E;
}
</style>
border-color css
<style>
span { border-color: #A37C8E; }
span { border-color: rgb(163,124,142); }
td.TdClassName
{
border-color: #A37C8E;
}
.TagClassName
{
border-color: #A37C8E;
}
</style>