Shades of Mountbatten Pink #A0808C
Tints of Mountbatten Pink #A0808C
RGB
CMYK
RGB Variations
Color information
#A0808C (or 0xA0808C) is known color: Mountbatten Pink. HEX triplet: A0, 80 and 8C. RGB value is (160,128,140). Sum of RGB (Red+Green+Blue) = 160+128+140=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A0808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0808C is #5F7F73. Grayscale: #8A8A8A. Windows color (decimal): -6258548 or 9207968. OLE color: 9207968.
HSL color Cylindrical-coordinate representation of color #A0808C: hue angle of 337.5º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0808C is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 140 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.37 |
| HSL | 337.5º | 0.14% | 0.56% | - |
| HSV(B) | 337.5º | 0.2% | 0.63% | - |
| XYZ | 26.95 | 24.81 | 28.18 | - |
| YUV | 138.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 140 | 0 | 0.20 | 0.12 | 0.37 | 337.5 | 0.14 | 0.56 |
| Hex | A0 | 80 | 8C | 0 | 14 | C | 25 | 152 | E | 38 |
| Octal | 240 | 200 | 214 | 0 | 24 | 14 | 45 | 522 | 16 | 70 |
| Binary | 10100000 | 10000000 | 10001100 | 0 | 10100 | 1100 | 100101 | 101010010 | 1110 | 111000 |
Color Harmonies of #A0808C
Complementary color
Monochromatic Colors of #A0808C
Black with #A0808C
Text Example
Text Example
White with #A0808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0808C; }
p { color: rgb(160,128,140); }
H1.HeaderClassName
{
color: #A0808C;
}
.AnyTagClassName
{
color: #A0808C;
}
</style>
background-color css
<style>
a { background-color: #A0808C; }
a { background-color: rgb(160,128,140); }
div.DivClassName
{
background-color: #A0808C;
}
.BgClassName
{
background-color: #A0808C;
}
</style>
border-color css
<style>
span { border-color: #A0808C; }
span { border-color: rgb(160,128,140); }
td.TdClassName
{
border-color: #A0808C;
}
.TagClassName
{
border-color: #A0808C;
}
</style>