Shades of Mountbatten Pink #9A748A
Tints of Mountbatten Pink #9A748A
RGB
CMYK
RGB Variations
Color information
#9A748A (or 0x9A748A) is known color: Mountbatten Pink. HEX triplet: 9A, 74 and 8A. RGB value is (154,116,138). Sum of RGB (Red+Green+Blue) = 154+116+138=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 154 - color contains mainly: red. Hex color #9A748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A748A is #658B75. Grayscale: #818181. Windows color (decimal): -6654838 or 9073818. OLE color: 9073818.
HSL color Cylindrical-coordinate representation of color #9A748A: hue angle of 325.26º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A748A is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 116 | 138 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.40 |
| HSL | 325.26º | 0.16% | 0.53% | - |
| HSV(B) | 325.26º | 0.25% | 0.6% | - |
| XYZ | 24.16 | 21.2 | 26.86 | - |
| YUV | 129.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 116 | 138 | 0 | 0.25 | 0.10 | 0.40 | 325.26 | 0.16 | 0.53 |
| Hex | 9A | 74 | 8A | 0 | 19 | A | 28 | 145 | 10 | 35 |
| Octal | 232 | 164 | 212 | 0 | 31 | 12 | 50 | 505 | 20 | 65 |
| Binary | 10011010 | 1110100 | 10001010 | 0 | 11001 | 1010 | 101000 | 101000101 | 10000 | 110101 |
Color Harmonies of #9A748A
Complementary color
Monochromatic Colors of #9A748A
Black with #9A748A
Text Example
Text Example
White with #9A748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A748A; }
p { color: rgb(154,116,138); }
H1.HeaderClassName
{
color: #9A748A;
}
.AnyTagClassName
{
color: #9A748A;
}
</style>
background-color css
<style>
a { background-color: #9A748A; }
a { background-color: rgb(154,116,138); }
div.DivClassName
{
background-color: #9A748A;
}
.BgClassName
{
background-color: #9A748A;
}
</style>
border-color css
<style>
span { border-color: #9A748A; }
span { border-color: rgb(154,116,138); }
td.TdClassName
{
border-color: #9A748A;
}
.TagClassName
{
border-color: #9A748A;
}
</style>