Shades of Mountbatten Pink #A1838F
Tints of Mountbatten Pink #A1838F
RGB
CMYK
RGB Variations
Color information
#A1838F (or 0xA1838F) is known color: Mountbatten Pink. HEX triplet: A1, 83 and 8F. RGB value is (161,131,143). Sum of RGB (Red+Green+Blue) = 161+131+143=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A1838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1838F is #5E7C70. Grayscale: #8D8D8D. Windows color (decimal): -6192241 or 9405345. OLE color: 9405345.
HSL color Cylindrical-coordinate representation of color #A1838F: hue angle of 336º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1838F is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 143 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.37 |
| HSL | 336º | 0.14% | 0.57% | - |
| HSV(B) | 336º | 0.19% | 0.63% | - |
| XYZ | 27.77 | 25.79 | 29.5 | - |
| YUV | 141.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 143 | 0 | 0.19 | 0.11 | 0.37 | 336 | 0.14 | 0.57 |
| Hex | A1 | 83 | 8F | 0 | 13 | B | 25 | 150 | E | 39 |
| Octal | 241 | 203 | 217 | 0 | 23 | 13 | 45 | 520 | 16 | 71 |
| Binary | 10100001 | 10000011 | 10001111 | 0 | 10011 | 1011 | 100101 | 101010000 | 1110 | 111001 |
Color Harmonies of #A1838F
Complementary color
Monochromatic Colors of #A1838F
Black with #A1838F
Text Example
Text Example
White with #A1838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1838F; }
p { color: rgb(161,131,143); }
H1.HeaderClassName
{
color: #A1838F;
}
.AnyTagClassName
{
color: #A1838F;
}
</style>
background-color css
<style>
a { background-color: #A1838F; }
a { background-color: rgb(161,131,143); }
div.DivClassName
{
background-color: #A1838F;
}
.BgClassName
{
background-color: #A1838F;
}
</style>
border-color css
<style>
span { border-color: #A1838F; }
span { border-color: rgb(161,131,143); }
td.TdClassName
{
border-color: #A1838F;
}
.TagClassName
{
border-color: #A1838F;
}
</style>