Shades of Mountbatten Pink #A9698D
Tints of Mountbatten Pink #A9698D
RGB
CMYK
RGB Variations
Color information
#A9698D (or 0xA9698D) is known color: Mountbatten Pink. HEX triplet: A9, 69 and 8D. RGB value is (169,105,141). Sum of RGB (Red+Green+Blue) = 169+105+141=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A9698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9698D is #569672. Grayscale: #808080. Windows color (decimal): -5674611 or 9267625. OLE color: 9267625.
HSL color Cylindrical-coordinate representation of color #A9698D: hue angle of 326.25º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9698D is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 105 | 141 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.34 |
| HSL | 326.25º | 0.27% | 0.54% | - |
| HSV(B) | 326.25º | 0.38% | 0.66% | - |
| XYZ | 26.22 | 20.46 | 27.77 | - |
| YUV | 128.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 105 | 141 | 0 | 0.38 | 0.17 | 0.34 | 326.25 | 0.27 | 0.54 |
| Hex | A9 | 69 | 8D | 0 | 26 | 11 | 22 | 146 | 1B | 36 |
| Octal | 251 | 151 | 215 | 0 | 46 | 21 | 42 | 506 | 33 | 66 |
| Binary | 10101001 | 1101001 | 10001101 | 0 | 100110 | 10001 | 100010 | 101000110 | 11011 | 110110 |
Color Harmonies of #A9698D
Complementary color
Monochromatic Colors of #A9698D
Black with #A9698D
Text Example
Text Example
White with #A9698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9698D; }
p { color: rgb(169,105,141); }
H1.HeaderClassName
{
color: #A9698D;
}
.AnyTagClassName
{
color: #A9698D;
}
</style>
background-color css
<style>
a { background-color: #A9698D; }
a { background-color: rgb(169,105,141); }
div.DivClassName
{
background-color: #A9698D;
}
.BgClassName
{
background-color: #A9698D;
}
</style>
border-color css
<style>
span { border-color: #A9698D; }
span { border-color: rgb(169,105,141); }
td.TdClassName
{
border-color: #A9698D;
}
.TagClassName
{
border-color: #A9698D;
}
</style>