#A47189

Color #A47189 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #A47189

Tints of Mountbatten Pink #A47189

Color information

#A47189 (or 0xA47189) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 71 and 89. RGB value is (164,113,137). Sum of RGB (Red+Green+Blue) = 164+113+137=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A47189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47189 is #5B8E76. Grayscale: #828282. Windows color (decimal): -6000247 or 9007524. OLE color: 9007524.

HSL color Cylindrical-coordinate representation of color #A47189: hue angle of 331.76º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A47189 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB164113137-
CMYK00.310.160.36
HSL331.76º21.89%54.31%-
HSV(B)331.76º31.1%64.31%-
XYZ25.7321.5126.46-
YUV130.99131.4151.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 113 (44.53% from 255) = 27.29%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=39.61%
G=27.29%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411313700.310.160.36331.7621.8954.31
HexA4718901F102414c1636
Octal24416121103720445142666
Binary101001001110001100010010111111000010010010100110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47189; }

 p { color: rgb(164,113,137); }

 H1.HeaderClassName
 {
   color: #A47189;
 }
 .AnyTagClassName
 {
   color: #A47189;
 }
</style>
background-color css

<style>
 a { background-color: #A47189; }

 a { background-color: rgb(164,113,137); }

 div.DivClassName
 {
   background-color: #A47189;
 }
 .BgClassName
 {
   background-color: #A47189;
 }
</style>
border-color css

<style>
 span { border-color: #A47189; }

 span { border-color: rgb(164,113,137); }

 td.TdClassName
 {
   border-color: #A47189;
 }
 .TagClassName
 {
   border-color: #A47189;
 }
</style>