Shades of Mountbatten Pink #A17C92
Tints of Mountbatten Pink #A17C92
RGB
CMYK
RGB Variations
Color information
#A17C92 (or 0xA17C92) is known color: Mountbatten Pink. HEX triplet: A1, 7C and 92. RGB value is (161,124,146). Sum of RGB (Red+Green+Blue) = 161+124+146=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17C92 is #5E836D. Grayscale: #898989. Windows color (decimal): -6194030 or 9600161. OLE color: 9600161.
HSL color Cylindrical-coordinate representation of color #A17C92: hue angle of 324.32º 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 #A17C92 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 124 | 146 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.37 |
| HSL | 324.32º | 0.16% | 0.56% | - |
| HSV(B) | 324.32º | 0.23% | 0.63% | - |
| XYZ | 27.09 | 24.07 | 30.41 | - |
| YUV | 137.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 146 | 0 | 0.23 | 0.09 | 0.37 | 324.32 | 0.16 | 0.56 |
| Hex | A1 | 7C | 92 | 0 | 17 | 9 | 25 | 144 | 10 | 38 |
| Octal | 241 | 174 | 222 | 0 | 27 | 11 | 45 | 504 | 20 | 70 |
| Binary | 10100001 | 1111100 | 10010010 | 0 | 10111 | 1001 | 100101 | 101000100 | 10000 | 111000 |
Color Harmonies of #A17C92
Complementary color
Monochromatic Colors of #A17C92
Black with #A17C92
Text Example
Text Example
White with #A17C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17C92; }
p { color: rgb(161,124,146); }
H1.HeaderClassName
{
color: #A17C92;
}
.AnyTagClassName
{
color: #A17C92;
}
</style>
background-color css
<style>
a { background-color: #A17C92; }
a { background-color: rgb(161,124,146); }
div.DivClassName
{
background-color: #A17C92;
}
.BgClassName
{
background-color: #A17C92;
}
</style>
border-color css
<style>
span { border-color: #A17C92; }
span { border-color: rgb(161,124,146); }
td.TdClassName
{
border-color: #A17C92;
}
.TagClassName
{
border-color: #A17C92;
}
</style>