#A47389

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

Shades of Mountbatten Pink #A47389

Tints of Mountbatten Pink #A47389

Color information

#A47389 (or 0xA47389) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 73 and 89. RGB value is (164,115,137). Sum of RGB (Red+Green+Blue) = 164+115+137=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A47389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47389 is #5B8C76. Grayscale: #848484. Windows color (decimal): -5999735 or 9008036. OLE color: 9008036.

HSL color Cylindrical-coordinate representation of color #A47389: hue angle of 333.06º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47389 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB164115137-
CMYK00.300.160.36
HSL333.06º21.21%54.71%-
HSV(B)333.06º29.88%64.31%-
XYZ25.9621.9626.54-
YUV132.16130.73150.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=39.42%
G=27.64%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411513700.300.160.36333.0621.2154.71
HexA4738901E102414d1537
Octal24416321103620445152567
Binary101001001110011100010010111101000010010010100110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47389; }

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

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

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

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

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

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

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

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