#A47489

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

Shades of Mountbatten Pink #A47489

Tints of Mountbatten Pink #A47489

Color information

#A47489 (or 0xA47489) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 74 and 89. RGB value is (164,116,137). Sum of RGB (Red+Green+Blue) = 164+116+137=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A47489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47489 is #5B8B76. Grayscale: #848484. Windows color (decimal): -5999479 or 9008292. OLE color: 9008292.

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

Color convert

RGB164116137-
CMYK00.290.160.36
HSL333.75º20.87%54.9%-
HSV(B)333.75º29.27%64.31%-
XYZ26.0722.1926.58-
YUV132.75130.4150.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.33%
GREEN value IS 116 (45.70% from 255) = 27.82%
BLUE value IS 137 (53.91% from 255) = 32.85%
R=39.33%
G=27.82%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411613700.290.160.36333.7520.8754.9
HexA4748901D102414e1537
Octal24416421103520445162567
Binary101001001110100100010010111011000010010010100111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47489; }

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

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

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

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

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

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

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

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