Shades of Mountbatten Pink #A6788D
Tints of Mountbatten Pink #A6788D
RGB
CMYK
RGB Variations
Color information
#A6788D (or 0xA6788D) is known color: Mountbatten Pink. HEX triplet: A6, 78 and 8D. RGB value is (166,120,141). Sum of RGB (Red+Green+Blue) = 166+120+141=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A6788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6788D is #598772. Grayscale: #888888. Windows color (decimal): -5867379 or 9271462. OLE color: 9271462.
HSL color Cylindrical-coordinate representation of color #A6788D: hue angle of 332.61º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6788D is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 120 | 141 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.35 |
| HSL | 332.61º | 0.21% | 0.56% | - |
| HSV(B) | 332.61º | 0.28% | 0.65% | - |
| XYZ | 27.25 | 23.46 | 28.29 | - |
| YUV | 136.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 141 | 0 | 0.28 | 0.15 | 0.35 | 332.61 | 0.21 | 0.56 |
| Hex | A6 | 78 | 8D | 0 | 1C | F | 23 | 14D | 15 | 38 |
| Octal | 246 | 170 | 215 | 0 | 34 | 17 | 43 | 515 | 25 | 70 |
| Binary | 10100110 | 1111000 | 10001101 | 0 | 11100 | 1111 | 100011 | 101001101 | 10101 | 111000 |
Color Harmonies of #A6788D
Complementary color
Monochromatic Colors of #A6788D
Black with #A6788D
Text Example
Text Example
White with #A6788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6788D; }
p { color: rgb(166,120,141); }
H1.HeaderClassName
{
color: #A6788D;
}
.AnyTagClassName
{
color: #A6788D;
}
</style>
background-color css
<style>
a { background-color: #A6788D; }
a { background-color: rgb(166,120,141); }
div.DivClassName
{
background-color: #A6788D;
}
.BgClassName
{
background-color: #A6788D;
}
</style>
border-color css
<style>
span { border-color: #A6788D; }
span { border-color: rgb(166,120,141); }
td.TdClassName
{
border-color: #A6788D;
}
.TagClassName
{
border-color: #A6788D;
}
</style>