Shades of Mountbatten Pink #A17788
Tints of Mountbatten Pink #A17788
RGB
CMYK
RGB Variations
Color information
#A17788 (or 0xA17788) is known color: Mountbatten Pink. HEX triplet: A1, 77 and 88. RGB value is (161,119,136). Sum of RGB (Red+Green+Blue) = 161+119+136=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A17788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17788 is #5E8877. Grayscale: #858585. Windows color (decimal): -6195320 or 8943521. OLE color: 8943521.
HSL color Cylindrical-coordinate representation of color #A17788: hue angle of 335.71º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A17788 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 119 | 136 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.37 |
| HSL | 335.71º | 0.18% | 0.55% | - |
| HSV(B) | 335.71º | 0.26% | 0.63% | - |
| XYZ | 25.74 | 22.55 | 26.29 | - |
| YUV | 133.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 136 | 0 | 0.26 | 0.16 | 0.37 | 335.71 | 0.18 | 0.55 |
| Hex | A1 | 77 | 88 | 0 | 1A | 10 | 25 | 150 | 12 | 37 |
| Octal | 241 | 167 | 210 | 0 | 32 | 20 | 45 | 520 | 22 | 67 |
| Binary | 10100001 | 1110111 | 10001000 | 0 | 11010 | 10000 | 100101 | 101010000 | 10010 | 110111 |
Color Harmonies of #A17788
Complementary color
Monochromatic Colors of #A17788
Black with #A17788
Text Example
Text Example
White with #A17788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17788; }
p { color: rgb(161,119,136); }
H1.HeaderClassName
{
color: #A17788;
}
.AnyTagClassName
{
color: #A17788;
}
</style>
background-color css
<style>
a { background-color: #A17788; }
a { background-color: rgb(161,119,136); }
div.DivClassName
{
background-color: #A17788;
}
.BgClassName
{
background-color: #A17788;
}
</style>
border-color css
<style>
span { border-color: #A17788; }
span { border-color: rgb(161,119,136); }
td.TdClassName
{
border-color: #A17788;
}
.TagClassName
{
border-color: #A17788;
}
</style>