Shades of Mountbatten Pink #A47692
Tints of Mountbatten Pink #A47692
RGB
CMYK
RGB Variations
Color information
#A47692 (or 0xA47692) is known color: Mountbatten Pink. HEX triplet: A4, 76 and 92. RGB value is (164,118,146). Sum of RGB (Red+Green+Blue) = 164+118+146=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A47692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47692 is #5B896D. Grayscale: #868686. Windows color (decimal): -5998958 or 9598628. OLE color: 9598628.
HSL color Cylindrical-coordinate representation of color #A47692: hue angle of 323.48º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A47692 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 118 | 146 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.36 |
| HSL | 323.48º | 0.2% | 0.55% | - |
| HSV(B) | 323.48º | 0.28% | 0.64% | - |
| XYZ | 26.98 | 22.92 | 30.2 | - |
| YUV | 134.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 146 | 0 | 0.28 | 0.11 | 0.36 | 323.48 | 0.2 | 0.55 |
| Hex | A4 | 76 | 92 | 0 | 1C | B | 24 | 143 | 14 | 37 |
| Octal | 244 | 166 | 222 | 0 | 34 | 13 | 44 | 503 | 24 | 67 |
| Binary | 10100100 | 1110110 | 10010010 | 0 | 11100 | 1011 | 100100 | 101000011 | 10100 | 110111 |
Color Harmonies of #A47692
Complementary color
Monochromatic Colors of #A47692
Black with #A47692
Text Example
Text Example
White with #A47692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47692; }
p { color: rgb(164,118,146); }
H1.HeaderClassName
{
color: #A47692;
}
.AnyTagClassName
{
color: #A47692;
}
</style>
background-color css
<style>
a { background-color: #A47692; }
a { background-color: rgb(164,118,146); }
div.DivClassName
{
background-color: #A47692;
}
.BgClassName
{
background-color: #A47692;
}
</style>
border-color css
<style>
span { border-color: #A47692; }
span { border-color: rgb(164,118,146); }
td.TdClassName
{
border-color: #A47692;
}
.TagClassName
{
border-color: #A47692;
}
</style>