Shades of Mountbatten Pink #9A8690
Tints of Mountbatten Pink #9A8690
RGB
CMYK
RGB Variations
Color information
#9A8690 (or 0x9A8690) is known color: Mountbatten Pink. HEX triplet: 9A, 86 and 90. RGB value is (154,134,144). Sum of RGB (Red+Green+Blue) = 154+134+144=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8690 is #65796F. Grayscale: #8D8D8D. Windows color (decimal): -6650224 or 9471642. OLE color: 9471642.
HSL color Cylindrical-coordinate representation of color #9A8690: hue angle of 330º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9A8690 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 134 | 144 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.40 |
| HSL | 330º | 0.09% | 0.56% | - |
| HSV(B) | 330º | 0.13% | 0.6% | - |
| XYZ | 26.89 | 25.93 | 29.97 | - |
| YUV | 141.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 144 | 0 | 0.13 | 0.06 | 0.40 | 330 | 0.09 | 0.56 |
| Hex | 9A | 86 | 90 | 0 | D | 6 | 28 | 14A | 9 | 38 |
| Octal | 232 | 206 | 220 | 0 | 15 | 6 | 50 | 512 | 11 | 70 |
| Binary | 10011010 | 10000110 | 10010000 | 0 | 1101 | 110 | 101000 | 101001010 | 1001 | 111000 |
Color Harmonies of #9A8690
Complementary color
Monochromatic Colors of #9A8690
Black with #9A8690
Text Example
Text Example
White with #9A8690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8690; }
p { color: rgb(154,134,144); }
H1.HeaderClassName
{
color: #9A8690;
}
.AnyTagClassName
{
color: #9A8690;
}
</style>
background-color css
<style>
a { background-color: #9A8690; }
a { background-color: rgb(154,134,144); }
div.DivClassName
{
background-color: #9A8690;
}
.BgClassName
{
background-color: #9A8690;
}
</style>
border-color css
<style>
span { border-color: #9A8690; }
span { border-color: rgb(154,134,144); }
td.TdClassName
{
border-color: #9A8690;
}
.TagClassName
{
border-color: #9A8690;
}
</style>