Shades of Mountbatten Pink #A1798D
Tints of Mountbatten Pink #A1798D
RGB
CMYK
RGB Variations
Color information
#A1798D (or 0xA1798D) is known color: Mountbatten Pink. HEX triplet: A1, 79 and 8D. RGB value is (161,121,141). Sum of RGB (Red+Green+Blue) = 161+121+141=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A1798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1798D is #5E8672. Grayscale: #878787. Windows color (decimal): -6194803 or 9271713. OLE color: 9271713.
HSL color Cylindrical-coordinate representation of color #A1798D: hue angle of 330º 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 #A1798D is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 121 | 141 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.37 |
| HSL | 330º | 0.18% | 0.55% | - |
| HSV(B) | 330º | 0.25% | 0.63% | - |
| XYZ | 26.34 | 23.17 | 28.28 | - |
| YUV | 135.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 141 | 0 | 0.25 | 0.12 | 0.37 | 330 | 0.18 | 0.55 |
| Hex | A1 | 79 | 8D | 0 | 19 | C | 25 | 14A | 12 | 37 |
| Octal | 241 | 171 | 215 | 0 | 31 | 14 | 45 | 512 | 22 | 67 |
| Binary | 10100001 | 1111001 | 10001101 | 0 | 11001 | 1100 | 100101 | 101001010 | 10010 | 110111 |
Color Harmonies of #A1798D
Complementary color
Monochromatic Colors of #A1798D
Black with #A1798D
Text Example
Text Example
White with #A1798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1798D; }
p { color: rgb(161,121,141); }
H1.HeaderClassName
{
color: #A1798D;
}
.AnyTagClassName
{
color: #A1798D;
}
</style>
background-color css
<style>
a { background-color: #A1798D; }
a { background-color: rgb(161,121,141); }
div.DivClassName
{
background-color: #A1798D;
}
.BgClassName
{
background-color: #A1798D;
}
</style>
border-color css
<style>
span { border-color: #A1798D; }
span { border-color: rgb(161,121,141); }
td.TdClassName
{
border-color: #A1798D;
}
.TagClassName
{
border-color: #A1798D;
}
</style>