Shades of Mountbatten Pink #A4788B
Tints of Mountbatten Pink #A4788B
RGB
CMYK
RGB Variations
Color information
#A4788B (or 0xA4788B) is known color: Mountbatten Pink. HEX triplet: A4, 78 and 8B. RGB value is (164,120,139). Sum of RGB (Red+Green+Blue) = 164+120+139=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4788B is #5B8774. Grayscale: #878787. Windows color (decimal): -5998453 or 9140388. OLE color: 9140388.
HSL color Cylindrical-coordinate representation of color #A4788B: hue angle of 334.09º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4788B is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 120 | 139 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.36 |
| HSL | 334.09º | 0.19% | 0.56% | - |
| HSV(B) | 334.09º | 0.27% | 0.64% | - |
| XYZ | 26.69 | 23.19 | 27.5 | - |
| YUV | 135.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 139 | 0 | 0.27 | 0.15 | 0.36 | 334.09 | 0.19 | 0.56 |
| Hex | A4 | 78 | 8B | 0 | 1B | F | 24 | 14E | 13 | 38 |
| Octal | 244 | 170 | 213 | 0 | 33 | 17 | 44 | 516 | 23 | 70 |
| Binary | 10100100 | 1111000 | 10001011 | 0 | 11011 | 1111 | 100100 | 101001110 | 10011 | 111000 |
Color Harmonies of #A4788B
Complementary color
Monochromatic Colors of #A4788B
Black with #A4788B
Text Example
Text Example
White with #A4788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4788B; }
p { color: rgb(164,120,139); }
H1.HeaderClassName
{
color: #A4788B;
}
.AnyTagClassName
{
color: #A4788B;
}
</style>
background-color css
<style>
a { background-color: #A4788B; }
a { background-color: rgb(164,120,139); }
div.DivClassName
{
background-color: #A4788B;
}
.BgClassName
{
background-color: #A4788B;
}
</style>
border-color css
<style>
span { border-color: #A4788B; }
span { border-color: rgb(164,120,139); }
td.TdClassName
{
border-color: #A4788B;
}
.TagClassName
{
border-color: #A4788B;
}
</style>