Shades of Mountbatten Pink #A16C8F
Tints of Mountbatten Pink #A16C8F
RGB
CMYK
RGB Variations
Color information
#A16C8F (or 0xA16C8F) is known color: Mountbatten Pink. HEX triplet: A1, 6C and 8F. RGB value is (161,108,143). Sum of RGB (Red+Green+Blue) = 161+108+143=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16C8F is #5E9370. Grayscale: #7F7F7F. Windows color (decimal): -6198129 or 9399457. OLE color: 9399457.
HSL color Cylindrical-coordinate representation of color #A16C8F: hue angle of 320.38º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A16C8F is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 143 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.37 |
| HSL | 320.38º | 0.22% | 0.53% | - |
| HSV(B) | 320.38º | 0.33% | 0.63% | - |
| XYZ | 25.02 | 20.29 | 28.58 | - |
| YUV | 127.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 143 | 0 | 0.33 | 0.11 | 0.37 | 320.38 | 0.22 | 0.53 |
| Hex | A1 | 6C | 8F | 0 | 21 | B | 25 | 140 | 16 | 35 |
| Octal | 241 | 154 | 217 | 0 | 41 | 13 | 45 | 500 | 26 | 65 |
| Binary | 10100001 | 1101100 | 10001111 | 0 | 100001 | 1011 | 100101 | 101000000 | 10110 | 110101 |
Color Harmonies of #A16C8F
Complementary color
Monochromatic Colors of #A16C8F
Black with #A16C8F
Text Example
Text Example
White with #A16C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C8F; }
p { color: rgb(161,108,143); }
H1.HeaderClassName
{
color: #A16C8F;
}
.AnyTagClassName
{
color: #A16C8F;
}
</style>
background-color css
<style>
a { background-color: #A16C8F; }
a { background-color: rgb(161,108,143); }
div.DivClassName
{
background-color: #A16C8F;
}
.BgClassName
{
background-color: #A16C8F;
}
</style>
border-color css
<style>
span { border-color: #A16C8F; }
span { border-color: rgb(161,108,143); }
td.TdClassName
{
border-color: #A16C8F;
}
.TagClassName
{
border-color: #A16C8F;
}
</style>