Shades of Mountbatten Pink #A17288
Tints of Mountbatten Pink #A17288
RGB
CMYK
RGB Variations
Color information
#A17288 (or 0xA17288) is known color: Mountbatten Pink. HEX triplet: A1, 72 and 88. RGB value is (161,114,136). Sum of RGB (Red+Green+Blue) = 161+114+136=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A17288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17288 is #5E8D77. Grayscale: #828282. Windows color (decimal): -6196600 or 8942241. OLE color: 8942241.
HSL color Cylindrical-coordinate representation of color #A17288: hue angle of 331.91º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A17288 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 114 | 136 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.37 |
| HSL | 331.91º | 0.2% | 0.54% | - |
| HSV(B) | 331.91º | 0.29% | 0.63% | - |
| XYZ | 25.16 | 21.39 | 26.1 | - |
| YUV | 130.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 136 | 0 | 0.29 | 0.16 | 0.37 | 331.91 | 0.2 | 0.54 |
| Hex | A1 | 72 | 88 | 0 | 1D | 10 | 25 | 14C | 14 | 36 |
| Octal | 241 | 162 | 210 | 0 | 35 | 20 | 45 | 514 | 24 | 66 |
| Binary | 10100001 | 1110010 | 10001000 | 0 | 11101 | 10000 | 100101 | 101001100 | 10100 | 110110 |
Color Harmonies of #A17288
Complementary color
Monochromatic Colors of #A17288
Black with #A17288
Text Example
Text Example
White with #A17288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17288; }
p { color: rgb(161,114,136); }
H1.HeaderClassName
{
color: #A17288;
}
.AnyTagClassName
{
color: #A17288;
}
</style>
background-color css
<style>
a { background-color: #A17288; }
a { background-color: rgb(161,114,136); }
div.DivClassName
{
background-color: #A17288;
}
.BgClassName
{
background-color: #A17288;
}
</style>
border-color css
<style>
span { border-color: #A17288; }
span { border-color: rgb(161,114,136); }
td.TdClassName
{
border-color: #A17288;
}
.TagClassName
{
border-color: #A17288;
}
</style>