Shades of Mountbatten Pink #A4778A
Tints of Mountbatten Pink #A4778A
RGB
CMYK
RGB Variations
Color information
#A4778A (or 0xA4778A) is known color: Mountbatten Pink. HEX triplet: A4, 77 and 8A. RGB value is (164,119,138). Sum of RGB (Red+Green+Blue) = 164+119+138=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A4778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4778A is #5B8875. Grayscale: #868686. Windows color (decimal): -5998710 or 9074596. OLE color: 9074596.
HSL color Cylindrical-coordinate representation of color #A4778A: hue angle of 334.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4778A is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 119 | 138 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.36 |
| HSL | 334.67º | 0.2% | 0.55% | - |
| HSV(B) | 334.67º | 0.27% | 0.64% | - |
| XYZ | 26.49 | 22.92 | 27.07 | - |
| YUV | 134.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 138 | 0 | 0.27 | 0.16 | 0.36 | 334.67 | 0.2 | 0.55 |
| Hex | A4 | 77 | 8A | 0 | 1B | 10 | 24 | 14F | 14 | 37 |
| Octal | 244 | 167 | 212 | 0 | 33 | 20 | 44 | 517 | 24 | 67 |
| Binary | 10100100 | 1110111 | 10001010 | 0 | 11011 | 10000 | 100100 | 101001111 | 10100 | 110111 |
Color Harmonies of #A4778A
Complementary color
Monochromatic Colors of #A4778A
Black with #A4778A
Text Example
Text Example
White with #A4778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4778A; }
p { color: rgb(164,119,138); }
H1.HeaderClassName
{
color: #A4778A;
}
.AnyTagClassName
{
color: #A4778A;
}
</style>
background-color css
<style>
a { background-color: #A4778A; }
a { background-color: rgb(164,119,138); }
div.DivClassName
{
background-color: #A4778A;
}
.BgClassName
{
background-color: #A4778A;
}
</style>
border-color css
<style>
span { border-color: #A4778A; }
span { border-color: rgb(164,119,138); }
td.TdClassName
{
border-color: #A4778A;
}
.TagClassName
{
border-color: #A4778A;
}
</style>