#A37189

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

Shades of Mountbatten Pink #A37189

Tints of Mountbatten Pink #A37189

Color information

#A37189 (or 0xA37189) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 71 and 89. RGB value is (163,113,137). Sum of RGB (Red+Green+Blue) = 163+113+137=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A37189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37189 is #5C8E76. Grayscale: #828282. Windows color (decimal): -6065783 or 9007523. OLE color: 9007523.

HSL color Cylindrical-coordinate representation of color #A37189: hue angle of 331.2º degrees, saturation: 0.21, 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 #A37189 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB163113137-
CMYK00.310.160.36
HSL331.2º21.37%54.12%-
HSV(B)331.2º30.67%63.92%-
XYZ25.5221.426.45-
YUV130.69131.56151.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.47%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 137 (53.91% from 255) = 33.17%
R=39.47%
G=27.36%
B=33.17%

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
Decimal16311313700.310.160.36331.221.3754.12
HexA3718901F102414b1536
Octal24316121103720445132566
Binary101000111110001100010010111111000010010010100101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37189; }

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

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

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

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

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

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

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

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