Shades of Mountbatten Pink #A08390
Tints of Mountbatten Pink #A08390
RGB
CMYK
RGB Variations
Color information
#A08390 (or 0xA08390) is known color: Mountbatten Pink. HEX triplet: A0, 83 and 90. RGB value is (160,131,144). Sum of RGB (Red+Green+Blue) = 160+131+144=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A08390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08390 is #5F7C6F. Grayscale: #8D8D8D. Windows color (decimal): -6257776 or 9470880. OLE color: 9470880.
HSL color Cylindrical-coordinate representation of color #A08390: hue angle of 333.1º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08390 is Cyan = 0, Magento = 0.18, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 144 | - |
| CMYK | 0 | 0.18 | 0.1 | 0.37 |
| HSL | 333.1º | 0.13% | 0.57% | - |
| HSV(B) | 333.1º | 0.18% | 0.63% | - |
| XYZ | 27.65 | 25.72 | 29.89 | - |
| YUV | 141.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 144 | 0 | 0.18 | 0.1 | 0.37 | 333.1 | 0.13 | 0.57 |
| Hex | A0 | 83 | 90 | 0 | 12 | A | 25 | 14D | D | 39 |
| Octal | 240 | 203 | 220 | 0 | 22 | 12 | 45 | 515 | 15 | 71 |
| Binary | 10100000 | 10000011 | 10010000 | 0 | 10010 | 1010 | 100101 | 101001101 | 1101 | 111001 |
Color Harmonies of #A08390
Complementary color
Monochromatic Colors of #A08390
Black with #A08390
Text Example
Text Example
White with #A08390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08390; }
p { color: rgb(160,131,144); }
H1.HeaderClassName
{
color: #A08390;
}
.AnyTagClassName
{
color: #A08390;
}
</style>
background-color css
<style>
a { background-color: #A08390; }
a { background-color: rgb(160,131,144); }
div.DivClassName
{
background-color: #A08390;
}
.BgClassName
{
background-color: #A08390;
}
</style>
border-color css
<style>
span { border-color: #A08390; }
span { border-color: rgb(160,131,144); }
td.TdClassName
{
border-color: #A08390;
}
.TagClassName
{
border-color: #A08390;
}
</style>