Shades of Mountbatten Pink #AA708E
Tints of Mountbatten Pink #AA708E
RGB
CMYK
RGB Variations
Color information
#AA708E (or 0xAA708E) is known color: Mountbatten Pink. HEX triplet: AA, 70 and 8E. RGB value is (170,112,142). Sum of RGB (Red+Green+Blue) = 170+112+142=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA708E is #558F71. Grayscale: #848484. Windows color (decimal): -5607282 or 9334954. OLE color: 9334954.
HSL color Cylindrical-coordinate representation of color #AA708E: hue angle of 328.97º 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 #AA708E is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 142 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.33 |
| HSL | 328.97º | 0.25% | 0.55% | - |
| HSV(B) | 328.97º | 0.34% | 0.67% | - |
| XYZ | 27.25 | 22.09 | 28.42 | - |
| YUV | 132.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 142 | 0 | 0.34 | 0.16 | 0.33 | 328.97 | 0.25 | 0.55 |
| Hex | AA | 70 | 8E | 0 | 22 | 10 | 21 | 149 | 19 | 37 |
| Octal | 252 | 160 | 216 | 0 | 42 | 20 | 41 | 511 | 31 | 67 |
| Binary | 10101010 | 1110000 | 10001110 | 0 | 100010 | 10000 | 100001 | 101001001 | 11001 | 110111 |
Color Harmonies of #AA708E
Complementary color
Monochromatic Colors of #AA708E
Black with #AA708E
Text Example
Text Example
White with #AA708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA708E; }
p { color: rgb(170,112,142); }
H1.HeaderClassName
{
color: #AA708E;
}
.AnyTagClassName
{
color: #AA708E;
}
</style>
background-color css
<style>
a { background-color: #AA708E; }
a { background-color: rgb(170,112,142); }
div.DivClassName
{
background-color: #AA708E;
}
.BgClassName
{
background-color: #AA708E;
}
</style>
border-color css
<style>
span { border-color: #AA708E; }
span { border-color: rgb(170,112,142); }
td.TdClassName
{
border-color: #AA708E;
}
.TagClassName
{
border-color: #AA708E;
}
</style>