Shades of Mountbatten Pink #A07792
Tints of Mountbatten Pink #A07792
RGB
CMYK
RGB Variations
Color information
#A07792 (or 0xA07792) is known color: Mountbatten Pink. HEX triplet: A0, 77 and 92. RGB value is (160,119,146). Sum of RGB (Red+Green+Blue) = 160+119+146=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A07792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07792 is #5F886D. Grayscale: #868686. Windows color (decimal): -6260846 or 9598880. OLE color: 9598880.
HSL color Cylindrical-coordinate representation of color #A07792: hue angle of 320.49º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A07792 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 146 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.37 |
| HSL | 320.49º | 0.18% | 0.55% | - |
| HSV(B) | 320.49º | 0.26% | 0.63% | - |
| XYZ | 26.28 | 22.74 | 30.2 | - |
| YUV | 134.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 146 | 0 | 0.26 | 0.09 | 0.37 | 320.49 | 0.18 | 0.55 |
| Hex | A0 | 77 | 92 | 0 | 1A | 9 | 25 | 140 | 12 | 37 |
| Octal | 240 | 167 | 222 | 0 | 32 | 11 | 45 | 500 | 22 | 67 |
| Binary | 10100000 | 1110111 | 10010010 | 0 | 11010 | 1001 | 100101 | 101000000 | 10010 | 110111 |
Color Harmonies of #A07792
Complementary color
Monochromatic Colors of #A07792
Black with #A07792
Text Example
Text Example
White with #A07792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07792; }
p { color: rgb(160,119,146); }
H1.HeaderClassName
{
color: #A07792;
}
.AnyTagClassName
{
color: #A07792;
}
</style>
background-color css
<style>
a { background-color: #A07792; }
a { background-color: rgb(160,119,146); }
div.DivClassName
{
background-color: #A07792;
}
.BgClassName
{
background-color: #A07792;
}
</style>
border-color css
<style>
span { border-color: #A07792; }
span { border-color: rgb(160,119,146); }
td.TdClassName
{
border-color: #A07792;
}
.TagClassName
{
border-color: #A07792;
}
</style>