Shades of Mountbatten Pink #AA708F
Tints of Mountbatten Pink #AA708F
RGB
CMYK
RGB Variations
Color information
#AA708F (or 0xAA708F) is known color: Mountbatten Pink. HEX triplet: AA, 70 and 8F. RGB value is (170,112,143). Sum of RGB (Red+Green+Blue) = 170+112+143=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA708F is #558F70. Grayscale: #848484. Windows color (decimal): -5607281 or 9400490. OLE color: 9400490.
HSL color Cylindrical-coordinate representation of color #AA708F: hue angle of 327.93º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA708F is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 143 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.33 |
| HSL | 327.93º | 0.25% | 0.55% | - |
| HSV(B) | 327.93º | 0.34% | 0.67% | - |
| XYZ | 27.33 | 22.12 | 28.82 | - |
| YUV | 132.88 | 133.72 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 143 | 0 | 0.34 | 0.16 | 0.33 | 327.93 | 0.25 | 0.55 |
| Hex | AA | 70 | 8F | 0 | 22 | 10 | 21 | 148 | 19 | 37 |
| Octal | 252 | 160 | 217 | 0 | 42 | 20 | 41 | 510 | 31 | 67 |
| Binary | 10101010 | 1110000 | 10001111 | 0 | 100010 | 10000 | 100001 | 101001000 | 11001 | 110111 |
Color Harmonies of #AA708F
Complementary color
Monochromatic Colors of #AA708F
Black with #AA708F
Text Example
Text Example
White with #AA708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA708F; }
p { color: rgb(170,112,143); }
H1.HeaderClassName
{
color: #AA708F;
}
.AnyTagClassName
{
color: #AA708F;
}
</style>
background-color css
<style>
a { background-color: #AA708F; }
a { background-color: rgb(170,112,143); }
div.DivClassName
{
background-color: #AA708F;
}
.BgClassName
{
background-color: #AA708F;
}
</style>
border-color css
<style>
span { border-color: #AA708F; }
span { border-color: rgb(170,112,143); }
td.TdClassName
{
border-color: #AA708F;
}
.TagClassName
{
border-color: #AA708F;
}
</style>