Shades of Mountbatten Pink #A36C8B
Tints of Mountbatten Pink #A36C8B
RGB
CMYK
RGB Variations
Color information
#A36C8B (or 0xA36C8B) is known color: Mountbatten Pink. HEX triplet: A3, 6C and 8B. RGB value is (163,108,139). Sum of RGB (Red+Green+Blue) = 163+108+139=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36C8B is #5C9374. Grayscale: #7F7F7F. Windows color (decimal): -6067061 or 9137315. OLE color: 9137315.
HSL color Cylindrical-coordinate representation of color #A36C8B: hue angle of 326.18º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A36C8B is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 108 | 139 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.36 |
| HSL | 326.18º | 0.23% | 0.53% | - |
| HSV(B) | 326.18º | 0.34% | 0.64% | - |
| XYZ | 25.13 | 20.38 | 27.03 | - |
| YUV | 127.98 | 134.22 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 139 | 0 | 0.34 | 0.15 | 0.36 | 326.18 | 0.23 | 0.53 |
| Hex | A3 | 6C | 8B | 0 | 22 | F | 24 | 146 | 17 | 35 |
| Octal | 243 | 154 | 213 | 0 | 42 | 17 | 44 | 506 | 27 | 65 |
| Binary | 10100011 | 1101100 | 10001011 | 0 | 100010 | 1111 | 100100 | 101000110 | 10111 | 110101 |
Color Harmonies of #A36C8B
Complementary color
Monochromatic Colors of #A36C8B
Black with #A36C8B
Text Example
Text Example
White with #A36C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36C8B; }
p { color: rgb(163,108,139); }
H1.HeaderClassName
{
color: #A36C8B;
}
.AnyTagClassName
{
color: #A36C8B;
}
</style>
background-color css
<style>
a { background-color: #A36C8B; }
a { background-color: rgb(163,108,139); }
div.DivClassName
{
background-color: #A36C8B;
}
.BgClassName
{
background-color: #A36C8B;
}
</style>
border-color css
<style>
span { border-color: #A36C8B; }
span { border-color: rgb(163,108,139); }
td.TdClassName
{
border-color: #A36C8B;
}
.TagClassName
{
border-color: #A36C8B;
}
</style>