Shades of Mountbatten Pink #A9728F
Tints of Mountbatten Pink #A9728F
RGB
CMYK
RGB Variations
Color information
#A9728F (or 0xA9728F) is known color: Mountbatten Pink. HEX triplet: A9, 72 and 8F. RGB value is (169,114,143). Sum of RGB (Red+Green+Blue) = 169+114+143=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A9728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9728F is #568D70. Grayscale: #858585. Windows color (decimal): -5672305 or 9401001. OLE color: 9401001.
HSL color Cylindrical-coordinate representation of color #A9728F: hue angle of 328.36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9728F is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 114 | 143 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.34 |
| HSL | 328.36º | 0.24% | 0.55% | - |
| HSV(B) | 328.36º | 0.33% | 0.66% | - |
| XYZ | 27.34 | 22.45 | 28.88 | - |
| YUV | 133.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 143 | 0 | 0.33 | 0.15 | 0.34 | 328.36 | 0.24 | 0.55 |
| Hex | A9 | 72 | 8F | 0 | 21 | F | 22 | 148 | 18 | 37 |
| Octal | 251 | 162 | 217 | 0 | 41 | 17 | 42 | 510 | 30 | 67 |
| Binary | 10101001 | 1110010 | 10001111 | 0 | 100001 | 1111 | 100010 | 101001000 | 11000 | 110111 |
Color Harmonies of #A9728F
Complementary color
Monochromatic Colors of #A9728F
Black with #A9728F
Text Example
Text Example
White with #A9728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9728F; }
p { color: rgb(169,114,143); }
H1.HeaderClassName
{
color: #A9728F;
}
.AnyTagClassName
{
color: #A9728F;
}
</style>
background-color css
<style>
a { background-color: #A9728F; }
a { background-color: rgb(169,114,143); }
div.DivClassName
{
background-color: #A9728F;
}
.BgClassName
{
background-color: #A9728F;
}
</style>
border-color css
<style>
span { border-color: #A9728F; }
span { border-color: rgb(169,114,143); }
td.TdClassName
{
border-color: #A9728F;
}
.TagClassName
{
border-color: #A9728F;
}
</style>