Shades of Mountbatten Pink #A6738E
Tints of Mountbatten Pink #A6738E
RGB
CMYK
RGB Variations
Color information
#A6738E (or 0xA6738E) is known color: Mountbatten Pink. HEX triplet: A6, 73 and 8E. RGB value is (166,115,142). Sum of RGB (Red+Green+Blue) = 166+115+142=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A6738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6738E is #598C71. Grayscale: #858585. Windows color (decimal): -5868658 or 9335718. OLE color: 9335718.
HSL color Cylindrical-coordinate representation of color #A6738E: hue angle of 328.24º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6738E is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 142 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.35 |
| HSL | 328.24º | 0.22% | 0.55% | - |
| HSV(B) | 328.24º | 0.31% | 0.65% | - |
| XYZ | 26.74 | 22.32 | 28.49 | - |
| YUV | 133.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 142 | 0 | 0.31 | 0.14 | 0.35 | 328.24 | 0.22 | 0.55 |
| Hex | A6 | 73 | 8E | 0 | 1F | E | 23 | 148 | 16 | 37 |
| Octal | 246 | 163 | 216 | 0 | 37 | 16 | 43 | 510 | 26 | 67 |
| Binary | 10100110 | 1110011 | 10001110 | 0 | 11111 | 1110 | 100011 | 101001000 | 10110 | 110111 |
Color Harmonies of #A6738E
Complementary color
Monochromatic Colors of #A6738E
Black with #A6738E
Text Example
Text Example
White with #A6738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6738E; }
p { color: rgb(166,115,142); }
H1.HeaderClassName
{
color: #A6738E;
}
.AnyTagClassName
{
color: #A6738E;
}
</style>
background-color css
<style>
a { background-color: #A6738E; }
a { background-color: rgb(166,115,142); }
div.DivClassName
{
background-color: #A6738E;
}
.BgClassName
{
background-color: #A6738E;
}
</style>
border-color css
<style>
span { border-color: #A6738E; }
span { border-color: rgb(166,115,142); }
td.TdClassName
{
border-color: #A6738E;
}
.TagClassName
{
border-color: #A6738E;
}
</style>