Shades of Mountbatten Pink #A4728C
Tints of Mountbatten Pink #A4728C
RGB
CMYK
RGB Variations
Color information
#A4728C (or 0xA4728C) is known color: Mountbatten Pink. HEX triplet: A4, 72 and 8C. RGB value is (164,114,140). Sum of RGB (Red+Green+Blue) = 164+114+140=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A4728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4728C is #5B8D73. Grayscale: #838383. Windows color (decimal): -5999988 or 9204388. OLE color: 9204388.
HSL color Cylindrical-coordinate representation of color #A4728C: hue angle of 328.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4728C is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 140 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.36 |
| HSL | 328.8º | 0.22% | 0.55% | - |
| HSV(B) | 328.8º | 0.3% | 0.64% | - |
| XYZ | 26.06 | 21.82 | 27.65 | - |
| YUV | 131.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 140 | 0 | 0.30 | 0.15 | 0.36 | 328.8 | 0.22 | 0.55 |
| Hex | A4 | 72 | 8C | 0 | 1E | F | 24 | 149 | 16 | 37 |
| Octal | 244 | 162 | 214 | 0 | 36 | 17 | 44 | 511 | 26 | 67 |
| Binary | 10100100 | 1110010 | 10001100 | 0 | 11110 | 1111 | 100100 | 101001001 | 10110 | 110111 |
Color Harmonies of #A4728C
Complementary color
Monochromatic Colors of #A4728C
Black with #A4728C
Text Example
Text Example
White with #A4728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4728C; }
p { color: rgb(164,114,140); }
H1.HeaderClassName
{
color: #A4728C;
}
.AnyTagClassName
{
color: #A4728C;
}
</style>
background-color css
<style>
a { background-color: #A4728C; }
a { background-color: rgb(164,114,140); }
div.DivClassName
{
background-color: #A4728C;
}
.BgClassName
{
background-color: #A4728C;
}
</style>
border-color css
<style>
span { border-color: #A4728C; }
span { border-color: rgb(164,114,140); }
td.TdClassName
{
border-color: #A4728C;
}
.TagClassName
{
border-color: #A4728C;
}
</style>