Shades of Mountbatten Pink #A0748A
Tints of Mountbatten Pink #A0748A
RGB
CMYK
RGB Variations
Color information
#A0748A (or 0xA0748A) is known color: Mountbatten Pink. HEX triplet: A0, 74 and 8A. RGB value is (160,116,138). Sum of RGB (Red+Green+Blue) = 160+116+138=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A0748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0748A is #5F8B75. Grayscale: #838383. Windows color (decimal): -6261622 or 9073824. OLE color: 9073824.
HSL color Cylindrical-coordinate representation of color #A0748A: hue angle of 330º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0748A is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 138 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.37 |
| HSL | 330º | 0.19% | 0.54% | - |
| HSV(B) | 330º | 0.28% | 0.63% | - |
| XYZ | 25.33 | 21.8 | 26.92 | - |
| YUV | 131.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 138 | 0 | 0.28 | 0.14 | 0.37 | 330 | 0.19 | 0.54 |
| Hex | A0 | 74 | 8A | 0 | 1C | E | 25 | 14A | 13 | 36 |
| Octal | 240 | 164 | 212 | 0 | 34 | 16 | 45 | 512 | 23 | 66 |
| Binary | 10100000 | 1110100 | 10001010 | 0 | 11100 | 1110 | 100101 | 101001010 | 10011 | 110110 |
Color Harmonies of #A0748A
Complementary color
Monochromatic Colors of #A0748A
Black with #A0748A
Text Example
Text Example
White with #A0748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0748A; }
p { color: rgb(160,116,138); }
H1.HeaderClassName
{
color: #A0748A;
}
.AnyTagClassName
{
color: #A0748A;
}
</style>
background-color css
<style>
a { background-color: #A0748A; }
a { background-color: rgb(160,116,138); }
div.DivClassName
{
background-color: #A0748A;
}
.BgClassName
{
background-color: #A0748A;
}
</style>
border-color css
<style>
span { border-color: #A0748A; }
span { border-color: rgb(160,116,138); }
td.TdClassName
{
border-color: #A0748A;
}
.TagClassName
{
border-color: #A0748A;
}
</style>