Shades of Mountbatten Pink #AC6792
Tints of Mountbatten Pink #AC6792
RGB
CMYK
RGB Variations
Color information
#AC6792 (or 0xAC6792) is known color: Mountbatten Pink. HEX triplet: AC, 67 and 92. RGB value is (172,103,146). Sum of RGB (Red+Green+Blue) = 172+103+146=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6792 is #53986D. Grayscale: #808080. Windows color (decimal): -5478510 or 9594796. OLE color: 9594796.
HSL color Cylindrical-coordinate representation of color #AC6792: hue angle of 322.61º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6792 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 146 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.33 |
| HSL | 322.61º | 0.29% | 0.54% | - |
| HSV(B) | 322.61º | 0.4% | 0.67% | - |
| XYZ | 27.05 | 20.55 | 29.73 | - |
| YUV | 128.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 146 | 0 | 0.40 | 0.15 | 0.33 | 322.61 | 0.29 | 0.54 |
| Hex | AC | 67 | 92 | 0 | 28 | F | 21 | 143 | 1D | 36 |
| Octal | 254 | 147 | 222 | 0 | 50 | 17 | 41 | 503 | 35 | 66 |
| Binary | 10101100 | 1100111 | 10010010 | 0 | 101000 | 1111 | 100001 | 101000011 | 11101 | 110110 |
Color Harmonies of #AC6792
Complementary color
Monochromatic Colors of #AC6792
Black with #AC6792
Text Example
Text Example
White with #AC6792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6792; }
p { color: rgb(172,103,146); }
H1.HeaderClassName
{
color: #AC6792;
}
.AnyTagClassName
{
color: #AC6792;
}
</style>
background-color css
<style>
a { background-color: #AC6792; }
a { background-color: rgb(172,103,146); }
div.DivClassName
{
background-color: #AC6792;
}
.BgClassName
{
background-color: #AC6792;
}
</style>
border-color css
<style>
span { border-color: #AC6792; }
span { border-color: rgb(172,103,146); }
td.TdClassName
{
border-color: #AC6792;
}
.TagClassName
{
border-color: #AC6792;
}
</style>