Shades of Mountbatten Pink #A16B8C
Tints of Mountbatten Pink #A16B8C
RGB
CMYK
RGB Variations
Color information
#A16B8C (or 0xA16B8C) is known color: Mountbatten Pink. HEX triplet: A1, 6B and 8C. RGB value is (161,107,140). Sum of RGB (Red+Green+Blue) = 161+107+140=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16B8C is #5E9473. Grayscale: #7E7E7E. Windows color (decimal): -6198388 or 9202593. OLE color: 9202593.
HSL color Cylindrical-coordinate representation of color #A16B8C: hue angle of 323.33º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16B8C is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 107 | 140 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.37 |
| HSL | 323.33º | 0.22% | 0.53% | - |
| HSV(B) | 323.33º | 0.34% | 0.63% | - |
| XYZ | 24.69 | 19.99 | 27.37 | - |
| YUV | 126.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 140 | 0 | 0.34 | 0.13 | 0.37 | 323.33 | 0.22 | 0.53 |
| Hex | A1 | 6B | 8C | 0 | 22 | D | 25 | 143 | 16 | 35 |
| Octal | 241 | 153 | 214 | 0 | 42 | 15 | 45 | 503 | 26 | 65 |
| Binary | 10100001 | 1101011 | 10001100 | 0 | 100010 | 1101 | 100101 | 101000011 | 10110 | 110101 |
Color Harmonies of #A16B8C
Complementary color
Monochromatic Colors of #A16B8C
Black with #A16B8C
Text Example
Text Example
White with #A16B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16B8C; }
p { color: rgb(161,107,140); }
H1.HeaderClassName
{
color: #A16B8C;
}
.AnyTagClassName
{
color: #A16B8C;
}
</style>
background-color css
<style>
a { background-color: #A16B8C; }
a { background-color: rgb(161,107,140); }
div.DivClassName
{
background-color: #A16B8C;
}
.BgClassName
{
background-color: #A16B8C;
}
</style>
border-color css
<style>
span { border-color: #A16B8C; }
span { border-color: rgb(161,107,140); }
td.TdClassName
{
border-color: #A16B8C;
}
.TagClassName
{
border-color: #A16B8C;
}
</style>