Shades of Mountbatten Pink #A66895
Tints of Mountbatten Pink #A66895
RGB
CMYK
RGB Variations
Color information
#A66895 (or 0xA66895) is known color: Mountbatten Pink. HEX triplet: A6, 68 and 95. RGB value is (166,104,149). Sum of RGB (Red+Green+Blue) = 166+104+149=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A66895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66895 is #59976A. Grayscale: #7F7F7F. Windows color (decimal): -5871467 or 9791654. OLE color: 9791654.
HSL color Cylindrical-coordinate representation of color #A66895: hue angle of 316.45º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A66895 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 149 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.35 |
| HSL | 316.45º | 0.26% | 0.53% | - |
| HSV(B) | 316.45º | 0.37% | 0.65% | - |
| XYZ | 26.1 | 20.18 | 30.95 | - |
| YUV | 127.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 149 | 0 | 0.37 | 0.10 | 0.35 | 316.45 | 0.26 | 0.53 |
| Hex | A6 | 68 | 95 | 0 | 25 | A | 23 | 13C | 1A | 35 |
| Octal | 246 | 150 | 225 | 0 | 45 | 12 | 43 | 474 | 32 | 65 |
| Binary | 10100110 | 1101000 | 10010101 | 0 | 100101 | 1010 | 100011 | 100111100 | 11010 | 110101 |
Color Harmonies of #A66895
Complementary color
Monochromatic Colors of #A66895
Black with #A66895
Text Example
Text Example
White with #A66895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66895; }
p { color: rgb(166,104,149); }
H1.HeaderClassName
{
color: #A66895;
}
.AnyTagClassName
{
color: #A66895;
}
</style>
background-color css
<style>
a { background-color: #A66895; }
a { background-color: rgb(166,104,149); }
div.DivClassName
{
background-color: #A66895;
}
.BgClassName
{
background-color: #A66895;
}
</style>
border-color css
<style>
span { border-color: #A66895; }
span { border-color: rgb(166,104,149); }
td.TdClassName
{
border-color: #A66895;
}
.TagClassName
{
border-color: #A66895;
}
</style>