Shades of Mountbatten Pink #A37C8D
Tints of Mountbatten Pink #A37C8D
RGB
CMYK
RGB Variations
Color information
#A37C8D (or 0xA37C8D) is known color: Mountbatten Pink. HEX triplet: A3, 7C and 8D. RGB value is (163,124,141). Sum of RGB (Red+Green+Blue) = 163+124+141=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37C8D is #5C8372. Grayscale: #898989. Windows color (decimal): -6062963 or 9272483. OLE color: 9272483.
HSL color Cylindrical-coordinate representation of color #A37C8D: hue angle of 333.85º 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 #A37C8D is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 141 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.36 |
| HSL | 333.85º | 0.17% | 0.56% | - |
| HSV(B) | 333.85º | 0.24% | 0.64% | - |
| XYZ | 27.12 | 24.12 | 28.43 | - |
| YUV | 137.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 141 | 0 | 0.24 | 0.13 | 0.36 | 333.85 | 0.17 | 0.56 |
| Hex | A3 | 7C | 8D | 0 | 18 | D | 24 | 14E | 11 | 38 |
| Octal | 243 | 174 | 215 | 0 | 30 | 15 | 44 | 516 | 21 | 70 |
| Binary | 10100011 | 1111100 | 10001101 | 0 | 11000 | 1101 | 100100 | 101001110 | 10001 | 111000 |
Color Harmonies of #A37C8D
Complementary color
Monochromatic Colors of #A37C8D
Black with #A37C8D
Text Example
Text Example
White with #A37C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C8D; }
p { color: rgb(163,124,141); }
H1.HeaderClassName
{
color: #A37C8D;
}
.AnyTagClassName
{
color: #A37C8D;
}
</style>
background-color css
<style>
a { background-color: #A37C8D; }
a { background-color: rgb(163,124,141); }
div.DivClassName
{
background-color: #A37C8D;
}
.BgClassName
{
background-color: #A37C8D;
}
</style>
border-color css
<style>
span { border-color: #A37C8D; }
span { border-color: rgb(163,124,141); }
td.TdClassName
{
border-color: #A37C8D;
}
.TagClassName
{
border-color: #A37C8D;
}
</style>