Shades of Mountbatten Pink #A18190
Tints of Mountbatten Pink #A18190
RGB
CMYK
RGB Variations
Color information
#A18190 (or 0xA18190) is known color: Mountbatten Pink. HEX triplet: A1, 81 and 90. RGB value is (161,129,144). Sum of RGB (Red+Green+Blue) = 161+129+144=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A18190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18190 is #5E7E6F. Grayscale: #8C8C8C. Windows color (decimal): -6192752 or 9470369. OLE color: 9470369.
HSL color Cylindrical-coordinate representation of color #A18190: hue angle of 331.88º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18190 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 144 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.37 |
| HSL | 331.88º | 0.15% | 0.57% | - |
| HSV(B) | 331.88º | 0.2% | 0.63% | - |
| XYZ | 27.58 | 25.29 | 29.81 | - |
| YUV | 140.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 144 | 0 | 0.20 | 0.11 | 0.37 | 331.88 | 0.15 | 0.57 |
| Hex | A1 | 81 | 90 | 0 | 14 | B | 25 | 14C | F | 39 |
| Octal | 241 | 201 | 220 | 0 | 24 | 13 | 45 | 514 | 17 | 71 |
| Binary | 10100001 | 10000001 | 10010000 | 0 | 10100 | 1011 | 100101 | 101001100 | 1111 | 111001 |
Color Harmonies of #A18190
Complementary color
Monochromatic Colors of #A18190
Black with #A18190
Text Example
Text Example
White with #A18190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18190; }
p { color: rgb(161,129,144); }
H1.HeaderClassName
{
color: #A18190;
}
.AnyTagClassName
{
color: #A18190;
}
</style>
background-color css
<style>
a { background-color: #A18190; }
a { background-color: rgb(161,129,144); }
div.DivClassName
{
background-color: #A18190;
}
.BgClassName
{
background-color: #A18190;
}
</style>
border-color css
<style>
span { border-color: #A18190; }
span { border-color: rgb(161,129,144); }
td.TdClassName
{
border-color: #A18190;
}
.TagClassName
{
border-color: #A18190;
}
</style>