Shades of Mountbatten Pink #A37A8E
Tints of Mountbatten Pink #A37A8E
RGB
CMYK
RGB Variations
Color information
#A37A8E (or 0xA37A8E) is known color: Mountbatten Pink. HEX triplet: A3, 7A and 8E. RGB value is (163,122,142). Sum of RGB (Red+Green+Blue) = 163+122+142=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37A8E is #5C8571. Grayscale: #888888. Windows color (decimal): -6063474 or 9337507. OLE color: 9337507.
HSL color Cylindrical-coordinate representation of color #A37A8E: hue angle of 330.73º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A37A8E is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 122 | 142 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.36 |
| HSL | 330.73º | 0.18% | 0.56% | - |
| HSV(B) | 330.73º | 0.25% | 0.64% | - |
| XYZ | 26.95 | 23.66 | 28.74 | - |
| YUV | 136.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 142 | 0 | 0.25 | 0.13 | 0.36 | 330.73 | 0.18 | 0.56 |
| Hex | A3 | 7A | 8E | 0 | 19 | D | 24 | 14B | 12 | 38 |
| Octal | 243 | 172 | 216 | 0 | 31 | 15 | 44 | 513 | 22 | 70 |
| Binary | 10100011 | 1111010 | 10001110 | 0 | 11001 | 1101 | 100100 | 101001011 | 10010 | 111000 |
Color Harmonies of #A37A8E
Complementary color
Monochromatic Colors of #A37A8E
Black with #A37A8E
Text Example
Text Example
White with #A37A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37A8E; }
p { color: rgb(163,122,142); }
H1.HeaderClassName
{
color: #A37A8E;
}
.AnyTagClassName
{
color: #A37A8E;
}
</style>
background-color css
<style>
a { background-color: #A37A8E; }
a { background-color: rgb(163,122,142); }
div.DivClassName
{
background-color: #A37A8E;
}
.BgClassName
{
background-color: #A37A8E;
}
</style>
border-color css
<style>
span { border-color: #A37A8E; }
span { border-color: rgb(163,122,142); }
td.TdClassName
{
border-color: #A37A8E;
}
.TagClassName
{
border-color: #A37A8E;
}
</style>