Shades of Mountbatten Pink #A2828D
Tints of Mountbatten Pink #A2828D
RGB
CMYK
RGB Variations
Color information
#A2828D (or 0xA2828D) is known color: Mountbatten Pink. HEX triplet: A2, 82 and 8D. RGB value is (162,130,141). Sum of RGB (Red+Green+Blue) = 162+130+141=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A2828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2828D is #5D7D72. Grayscale: #8C8C8C. Windows color (decimal): -6126963 or 9274018. OLE color: 9274018.
HSL color Cylindrical-coordinate representation of color #A2828D: hue angle of 339.38º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2828D is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 141 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.36 |
| HSL | 339.38º | 0.15% | 0.57% | - |
| HSV(B) | 339.38º | 0.2% | 0.64% | - |
| XYZ | 27.69 | 25.57 | 28.68 | - |
| YUV | 140.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 141 | 0 | 0.20 | 0.13 | 0.36 | 339.38 | 0.15 | 0.57 |
| Hex | A2 | 82 | 8D | 0 | 14 | D | 24 | 153 | F | 39 |
| Octal | 242 | 202 | 215 | 0 | 24 | 15 | 44 | 523 | 17 | 71 |
| Binary | 10100010 | 10000010 | 10001101 | 0 | 10100 | 1101 | 100100 | 101010011 | 1111 | 111001 |
Color Harmonies of #A2828D
Complementary color
Monochromatic Colors of #A2828D
Black with #A2828D
Text Example
Text Example
White with #A2828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2828D; }
p { color: rgb(162,130,141); }
H1.HeaderClassName
{
color: #A2828D;
}
.AnyTagClassName
{
color: #A2828D;
}
</style>
background-color css
<style>
a { background-color: #A2828D; }
a { background-color: rgb(162,130,141); }
div.DivClassName
{
background-color: #A2828D;
}
.BgClassName
{
background-color: #A2828D;
}
</style>
border-color css
<style>
span { border-color: #A2828D; }
span { border-color: rgb(162,130,141); }
td.TdClassName
{
border-color: #A2828D;
}
.TagClassName
{
border-color: #A2828D;
}
</style>