Shades of Mountbatten Pink #A96F8F
Tints of Mountbatten Pink #A96F8F
RGB
CMYK
RGB Variations
Color information
#A96F8F (or 0xA96F8F) is known color: Mountbatten Pink. HEX triplet: A9, 6F and 8F. RGB value is (169,111,143). Sum of RGB (Red+Green+Blue) = 169+111+143=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96F8F is #569070. Grayscale: #838383. Windows color (decimal): -5673073 or 9400233. OLE color: 9400233.
HSL color Cylindrical-coordinate representation of color #A96F8F: hue angle of 326.9º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A96F8F is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 111 | 143 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.34 |
| HSL | 326.9º | 0.25% | 0.55% | - |
| HSV(B) | 326.9º | 0.34% | 0.66% | - |
| XYZ | 27 | 21.79 | 28.77 | - |
| YUV | 131.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 143 | 0 | 0.34 | 0.15 | 0.34 | 326.9 | 0.25 | 0.55 |
| Hex | A9 | 6F | 8F | 0 | 22 | F | 22 | 147 | 19 | 37 |
| Octal | 251 | 157 | 217 | 0 | 42 | 17 | 42 | 507 | 31 | 67 |
| Binary | 10101001 | 1101111 | 10001111 | 0 | 100010 | 1111 | 100010 | 101000111 | 11001 | 110111 |
Color Harmonies of #A96F8F
Complementary color
Monochromatic Colors of #A96F8F
Black with #A96F8F
Text Example
Text Example
White with #A96F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96F8F; }
p { color: rgb(169,111,143); }
H1.HeaderClassName
{
color: #A96F8F;
}
.AnyTagClassName
{
color: #A96F8F;
}
</style>
background-color css
<style>
a { background-color: #A96F8F; }
a { background-color: rgb(169,111,143); }
div.DivClassName
{
background-color: #A96F8F;
}
.BgClassName
{
background-color: #A96F8F;
}
</style>
border-color css
<style>
span { border-color: #A96F8F; }
span { border-color: rgb(169,111,143); }
td.TdClassName
{
border-color: #A96F8F;
}
.TagClassName
{
border-color: #A96F8F;
}
</style>