Shades of Mountbatten Pink #A1788D
Tints of Mountbatten Pink #A1788D
RGB
CMYK
RGB Variations
Color information
#A1788D (or 0xA1788D) is known color: Mountbatten Pink. HEX triplet: A1, 78 and 8D. RGB value is (161,120,141). Sum of RGB (Red+Green+Blue) = 161+120+141=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A1788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1788D is #5E8772. Grayscale: #868686. Windows color (decimal): -6195059 or 9271457. OLE color: 9271457.
HSL color Cylindrical-coordinate representation of color #A1788D: hue angle of 329.27º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1788D is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 141 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.37 |
| HSL | 329.27º | 0.18% | 0.55% | - |
| HSV(B) | 329.27º | 0.25% | 0.63% | - |
| XYZ | 26.22 | 22.93 | 28.24 | - |
| YUV | 134.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 141 | 0 | 0.25 | 0.12 | 0.37 | 329.27 | 0.18 | 0.55 |
| Hex | A1 | 78 | 8D | 0 | 19 | C | 25 | 149 | 12 | 37 |
| Octal | 241 | 170 | 215 | 0 | 31 | 14 | 45 | 511 | 22 | 67 |
| Binary | 10100001 | 1111000 | 10001101 | 0 | 11001 | 1100 | 100101 | 101001001 | 10010 | 110111 |
Color Harmonies of #A1788D
Complementary color
Monochromatic Colors of #A1788D
Black with #A1788D
Text Example
Text Example
White with #A1788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1788D; }
p { color: rgb(161,120,141); }
H1.HeaderClassName
{
color: #A1788D;
}
.AnyTagClassName
{
color: #A1788D;
}
</style>
background-color css
<style>
a { background-color: #A1788D; }
a { background-color: rgb(161,120,141); }
div.DivClassName
{
background-color: #A1788D;
}
.BgClassName
{
background-color: #A1788D;
}
</style>
border-color css
<style>
span { border-color: #A1788D; }
span { border-color: rgb(161,120,141); }
td.TdClassName
{
border-color: #A1788D;
}
.TagClassName
{
border-color: #A1788D;
}
</style>