Shades of Mountbatten Pink #A5748D
Tints of Mountbatten Pink #A5748D
RGB
CMYK
RGB Variations
Color information
#A5748D (or 0xA5748D) is known color: Mountbatten Pink. HEX triplet: A5, 74 and 8D. RGB value is (165,116,141). Sum of RGB (Red+Green+Blue) = 165+116+141=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A5748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5748D is #5A8B72. Grayscale: #858585. Windows color (decimal): -5933939 or 9270437. OLE color: 9270437.
HSL color Cylindrical-coordinate representation of color #A5748D: hue angle of 329.39º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5748D is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 116 | 141 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.35 |
| HSL | 329.39º | 0.21% | 0.55% | - |
| HSV(B) | 329.39º | 0.3% | 0.65% | - |
| XYZ | 26.57 | 22.41 | 28.13 | - |
| YUV | 133.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 141 | 0 | 0.30 | 0.15 | 0.35 | 329.39 | 0.21 | 0.55 |
| Hex | A5 | 74 | 8D | 0 | 1E | F | 23 | 149 | 15 | 37 |
| Octal | 245 | 164 | 215 | 0 | 36 | 17 | 43 | 511 | 25 | 67 |
| Binary | 10100101 | 1110100 | 10001101 | 0 | 11110 | 1111 | 100011 | 101001001 | 10101 | 110111 |
Color Harmonies of #A5748D
Complementary color
Monochromatic Colors of #A5748D
Black with #A5748D
Text Example
Text Example
White with #A5748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5748D; }
p { color: rgb(165,116,141); }
H1.HeaderClassName
{
color: #A5748D;
}
.AnyTagClassName
{
color: #A5748D;
}
</style>
background-color css
<style>
a { background-color: #A5748D; }
a { background-color: rgb(165,116,141); }
div.DivClassName
{
background-color: #A5748D;
}
.BgClassName
{
background-color: #A5748D;
}
</style>
border-color css
<style>
span { border-color: #A5748D; }
span { border-color: rgb(165,116,141); }
td.TdClassName
{
border-color: #A5748D;
}
.TagClassName
{
border-color: #A5748D;
}
</style>