Shades of Mountbatten Pink #A6728B
Tints of Mountbatten Pink #A6728B
RGB
CMYK
RGB Variations
Color information
#A6728B (or 0xA6728B) is known color: Mountbatten Pink. HEX triplet: A6, 72 and 8B. RGB value is (166,114,139). Sum of RGB (Red+Green+Blue) = 166+114+139=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A6728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6728B is #598D74. Grayscale: #848484. Windows color (decimal): -5868917 or 9138854. OLE color: 9138854.
HSL color Cylindrical-coordinate representation of color #A6728B: hue angle of 331.15º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6728B is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 114 | 139 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.35 |
| HSL | 331.15º | 0.23% | 0.55% | - |
| HSV(B) | 331.15º | 0.31% | 0.65% | - |
| XYZ | 26.4 | 22.01 | 27.28 | - |
| YUV | 132.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 139 | 0 | 0.31 | 0.16 | 0.35 | 331.15 | 0.23 | 0.55 |
| Hex | A6 | 72 | 8B | 0 | 1F | 10 | 23 | 14B | 17 | 37 |
| Octal | 246 | 162 | 213 | 0 | 37 | 20 | 43 | 513 | 27 | 67 |
| Binary | 10100110 | 1110010 | 10001011 | 0 | 11111 | 10000 | 100011 | 101001011 | 10111 | 110111 |
Color Harmonies of #A6728B
Complementary color
Monochromatic Colors of #A6728B
Black with #A6728B
Text Example
Text Example
White with #A6728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6728B; }
p { color: rgb(166,114,139); }
H1.HeaderClassName
{
color: #A6728B;
}
.AnyTagClassName
{
color: #A6728B;
}
</style>
background-color css
<style>
a { background-color: #A6728B; }
a { background-color: rgb(166,114,139); }
div.DivClassName
{
background-color: #A6728B;
}
.BgClassName
{
background-color: #A6728B;
}
</style>
border-color css
<style>
span { border-color: #A6728B; }
span { border-color: rgb(166,114,139); }
td.TdClassName
{
border-color: #A6728B;
}
.TagClassName
{
border-color: #A6728B;
}
</style>