Shades of Mountbatten Pink #A8748D
Tints of Mountbatten Pink #A8748D
RGB
CMYK
RGB Variations
Color information
#A8748D (or 0xA8748D) is known color: Mountbatten Pink. HEX triplet: A8, 74 and 8D. RGB value is (168,116,141). Sum of RGB (Red+Green+Blue) = 168+116+141=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 168 - color contains mainly: red. Hex color #A8748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8748D is #578B72. Grayscale: #868686. Windows color (decimal): -5737331 or 9270440. OLE color: 9270440.
HSL color Cylindrical-coordinate representation of color #A8748D: hue angle of 331.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8748D is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 141 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.34 |
| HSL | 331.15º | 0.23% | 0.56% | - |
| HSV(B) | 331.15º | 0.31% | 0.66% | - |
| XYZ | 27.2 | 22.74 | 28.15 | - |
| YUV | 134.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 141 | 0 | 0.31 | 0.16 | 0.34 | 331.15 | 0.23 | 0.56 |
| Hex | A8 | 74 | 8D | 0 | 1F | 10 | 22 | 14B | 17 | 38 |
| Octal | 250 | 164 | 215 | 0 | 37 | 20 | 42 | 513 | 27 | 70 |
| Binary | 10101000 | 1110100 | 10001101 | 0 | 11111 | 10000 | 100010 | 101001011 | 10111 | 111000 |
Color Harmonies of #A8748D
Complementary color
Monochromatic Colors of #A8748D
Black with #A8748D
Text Example
Text Example
White with #A8748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8748D; }
p { color: rgb(168,116,141); }
H1.HeaderClassName
{
color: #A8748D;
}
.AnyTagClassName
{
color: #A8748D;
}
</style>
background-color css
<style>
a { background-color: #A8748D; }
a { background-color: rgb(168,116,141); }
div.DivClassName
{
background-color: #A8748D;
}
.BgClassName
{
background-color: #A8748D;
}
</style>
border-color css
<style>
span { border-color: #A8748D; }
span { border-color: rgb(168,116,141); }
td.TdClassName
{
border-color: #A8748D;
}
.TagClassName
{
border-color: #A8748D;
}
</style>