Shades of Mountbatten Pink #A1828E
Tints of Mountbatten Pink #A1828E
RGB
CMYK
RGB Variations
Color information
#A1828E (or 0xA1828E) is known color: Mountbatten Pink. HEX triplet: A1, 82 and 8E. RGB value is (161,130,142). Sum of RGB (Red+Green+Blue) = 161+130+142=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A1828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1828E is #5E7D71. Grayscale: #8C8C8C. Windows color (decimal): -6192498 or 9339553. OLE color: 9339553.
HSL color Cylindrical-coordinate representation of color #A1828E: hue angle of 336.77º 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 #A1828E is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 142 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.37 |
| HSL | 336.77º | 0.14% | 0.57% | - |
| HSV(B) | 336.77º | 0.19% | 0.63% | - |
| XYZ | 27.56 | 25.5 | 29.06 | - |
| YUV | 140.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 142 | 0 | 0.19 | 0.12 | 0.37 | 336.77 | 0.14 | 0.57 |
| Hex | A1 | 82 | 8E | 0 | 13 | C | 25 | 151 | E | 39 |
| Octal | 241 | 202 | 216 | 0 | 23 | 14 | 45 | 521 | 16 | 71 |
| Binary | 10100001 | 10000010 | 10001110 | 0 | 10011 | 1100 | 100101 | 101010001 | 1110 | 111001 |
Color Harmonies of #A1828E
Complementary color
Monochromatic Colors of #A1828E
Black with #A1828E
Text Example
Text Example
White with #A1828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1828E; }
p { color: rgb(161,130,142); }
H1.HeaderClassName
{
color: #A1828E;
}
.AnyTagClassName
{
color: #A1828E;
}
</style>
background-color css
<style>
a { background-color: #A1828E; }
a { background-color: rgb(161,130,142); }
div.DivClassName
{
background-color: #A1828E;
}
.BgClassName
{
background-color: #A1828E;
}
</style>
border-color css
<style>
span { border-color: #A1828E; }
span { border-color: rgb(161,130,142); }
td.TdClassName
{
border-color: #A1828E;
}
.TagClassName
{
border-color: #A1828E;
}
</style>