Shades of Mountbatten Pink #A66D92
Tints of Mountbatten Pink #A66D92
RGB
CMYK
RGB Variations
Color information
#A66D92 (or 0xA66D92) is known color: Mountbatten Pink. HEX triplet: A6, 6D and 92. RGB value is (166,109,146). Sum of RGB (Red+Green+Blue) = 166+109+146=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66D92 is #59926D. Grayscale: #828282. Windows color (decimal): -5870190 or 9596326. OLE color: 9596326.
HSL color Cylindrical-coordinate representation of color #A66D92: hue angle of 321.05º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A66D92 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 109 | 146 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.35 |
| HSL | 321.05º | 0.24% | 0.54% | - |
| HSV(B) | 321.05º | 0.34% | 0.65% | - |
| XYZ | 26.38 | 21.12 | 29.88 | - |
| YUV | 130.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 146 | 0 | 0.34 | 0.12 | 0.35 | 321.05 | 0.24 | 0.54 |
| Hex | A6 | 6D | 92 | 0 | 22 | C | 23 | 141 | 18 | 36 |
| Octal | 246 | 155 | 222 | 0 | 42 | 14 | 43 | 501 | 30 | 66 |
| Binary | 10100110 | 1101101 | 10010010 | 0 | 100010 | 1100 | 100011 | 101000001 | 11000 | 110110 |
Color Harmonies of #A66D92
Complementary color
Monochromatic Colors of #A66D92
Black with #A66D92
Text Example
Text Example
White with #A66D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66D92; }
p { color: rgb(166,109,146); }
H1.HeaderClassName
{
color: #A66D92;
}
.AnyTagClassName
{
color: #A66D92;
}
</style>
background-color css
<style>
a { background-color: #A66D92; }
a { background-color: rgb(166,109,146); }
div.DivClassName
{
background-color: #A66D92;
}
.BgClassName
{
background-color: #A66D92;
}
</style>
border-color css
<style>
span { border-color: #A66D92; }
span { border-color: rgb(166,109,146); }
td.TdClassName
{
border-color: #A66D92;
}
.TagClassName
{
border-color: #A66D92;
}
</style>