Shades of Mountbatten Pink #A17C8D
Tints of Mountbatten Pink #A17C8D
RGB
CMYK
RGB Variations
Color information
#A17C8D (or 0xA17C8D) is known color: Mountbatten Pink. HEX triplet: A1, 7C and 8D. RGB value is (161,124,141). Sum of RGB (Red+Green+Blue) = 161+124+141=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17C8D is #5E8372. Grayscale: #888888. Windows color (decimal): -6194035 or 9272481. OLE color: 9272481.
HSL color Cylindrical-coordinate representation of color #A17C8D: hue angle of 332.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A17C8D is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 124 | 141 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.37 |
| HSL | 332.43º | 0.16% | 0.56% | - |
| HSV(B) | 332.43º | 0.23% | 0.63% | - |
| XYZ | 26.71 | 23.92 | 28.41 | - |
| YUV | 137 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 141 | 0 | 0.23 | 0.12 | 0.37 | 332.43 | 0.16 | 0.56 |
| Hex | A1 | 7C | 8D | 0 | 17 | C | 25 | 14C | 10 | 38 |
| Octal | 241 | 174 | 215 | 0 | 27 | 14 | 45 | 514 | 20 | 70 |
| Binary | 10100001 | 1111100 | 10001101 | 0 | 10111 | 1100 | 100101 | 101001100 | 10000 | 111000 |
Color Harmonies of #A17C8D
Complementary color
Monochromatic Colors of #A17C8D
Black with #A17C8D
Text Example
Text Example
White with #A17C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17C8D; }
p { color: rgb(161,124,141); }
H1.HeaderClassName
{
color: #A17C8D;
}
.AnyTagClassName
{
color: #A17C8D;
}
</style>
background-color css
<style>
a { background-color: #A17C8D; }
a { background-color: rgb(161,124,141); }
div.DivClassName
{
background-color: #A17C8D;
}
.BgClassName
{
background-color: #A17C8D;
}
</style>
border-color css
<style>
span { border-color: #A17C8D; }
span { border-color: rgb(161,124,141); }
td.TdClassName
{
border-color: #A17C8D;
}
.TagClassName
{
border-color: #A17C8D;
}
</style>