Shades of Mountbatten Pink #A66C92
Tints of Mountbatten Pink #A66C92
RGB
CMYK
RGB Variations
Color information
#A66C92 (or 0xA66C92) is known color: Mountbatten Pink. HEX triplet: A6, 6C and 92. RGB value is (166,108,146). Sum of RGB (Red+Green+Blue) = 166+108+146=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66C92 is #59936D. Grayscale: #818181. Windows color (decimal): -5870446 or 9596070. OLE color: 9596070.
HSL color Cylindrical-coordinate representation of color #A66C92: hue angle of 320.69º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A66C92 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 108 | 146 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.35 |
| HSL | 320.69º | 0.25% | 0.54% | - |
| HSV(B) | 320.69º | 0.35% | 0.65% | - |
| XYZ | 26.28 | 20.91 | 29.84 | - |
| YUV | 129.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 108 | 146 | 0 | 0.35 | 0.12 | 0.35 | 320.69 | 0.25 | 0.54 |
| Hex | A6 | 6C | 92 | 0 | 23 | C | 23 | 141 | 19 | 36 |
| Octal | 246 | 154 | 222 | 0 | 43 | 14 | 43 | 501 | 31 | 66 |
| Binary | 10100110 | 1101100 | 10010010 | 0 | 100011 | 1100 | 100011 | 101000001 | 11001 | 110110 |
Color Harmonies of #A66C92
Complementary color
Monochromatic Colors of #A66C92
Black with #A66C92
Text Example
Text Example
White with #A66C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66C92; }
p { color: rgb(166,108,146); }
H1.HeaderClassName
{
color: #A66C92;
}
.AnyTagClassName
{
color: #A66C92;
}
</style>
background-color css
<style>
a { background-color: #A66C92; }
a { background-color: rgb(166,108,146); }
div.DivClassName
{
background-color: #A66C92;
}
.BgClassName
{
background-color: #A66C92;
}
</style>
border-color css
<style>
span { border-color: #A66C92; }
span { border-color: rgb(166,108,146); }
td.TdClassName
{
border-color: #A66C92;
}
.TagClassName
{
border-color: #A66C92;
}
</style>