Shades of Mountbatten Pink #A5788C
Tints of Mountbatten Pink #A5788C
RGB
CMYK
RGB Variations
Color information
#A5788C (or 0xA5788C) is known color: Mountbatten Pink. HEX triplet: A5, 78 and 8C. RGB value is (165,120,140). Sum of RGB (Red+Green+Blue) = 165+120+140=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A5788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5788C is #5A8773. Grayscale: #878787. Windows color (decimal): -5932916 or 9205925. OLE color: 9205925.
HSL color Cylindrical-coordinate representation of color #A5788C: hue angle of 333.33º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5788C is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 120 | 140 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.35 |
| HSL | 333.33º | 0.2% | 0.56% | - |
| HSV(B) | 333.33º | 0.27% | 0.65% | - |
| XYZ | 26.97 | 23.33 | 27.89 | - |
| YUV | 135.74 | 130.41 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 140 | 0 | 0.27 | 0.15 | 0.35 | 333.33 | 0.2 | 0.56 |
| Hex | A5 | 78 | 8C | 0 | 1B | F | 23 | 14D | 14 | 38 |
| Octal | 245 | 170 | 214 | 0 | 33 | 17 | 43 | 515 | 24 | 70 |
| Binary | 10100101 | 1111000 | 10001100 | 0 | 11011 | 1111 | 100011 | 101001101 | 10100 | 111000 |
Color Harmonies of #A5788C
Complementary color
Monochromatic Colors of #A5788C
Black with #A5788C
Text Example
Text Example
White with #A5788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5788C; }
p { color: rgb(165,120,140); }
H1.HeaderClassName
{
color: #A5788C;
}
.AnyTagClassName
{
color: #A5788C;
}
</style>
background-color css
<style>
a { background-color: #A5788C; }
a { background-color: rgb(165,120,140); }
div.DivClassName
{
background-color: #A5788C;
}
.BgClassName
{
background-color: #A5788C;
}
</style>
border-color css
<style>
span { border-color: #A5788C; }
span { border-color: rgb(165,120,140); }
td.TdClassName
{
border-color: #A5788C;
}
.TagClassName
{
border-color: #A5788C;
}
</style>