#A37489

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

Shades of Mountbatten Pink #A37489

Tints of Mountbatten Pink #A37489

Color information

#A37489 (or 0xA37489) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 74 and 89. RGB value is (163,116,137). Sum of RGB (Red+Green+Blue) = 163+116+137=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A37489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37489 is #5C8B76. Grayscale: #848484. Windows color (decimal): -6065015 or 9008291. OLE color: 9008291.

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

Color convert

RGB163116137-
CMYK00.290.160.36
HSL333.19º20.35%54.71%-
HSV(B)333.19º28.83%63.92%-
XYZ25.8722.0826.57-
YUV132.45130.57149.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.18%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=39.18%
G=27.88%
B=32.93%

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
Decimal16311613700.290.160.36333.1920.3554.71
HexA3748901D102414d1437
Octal24316421103520445152467
Binary101000111110100100010010111011000010010010100110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37489; }

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

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

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

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

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

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

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

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