#A37289

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

Shades of Mountbatten Pink #A37289

Tints of Mountbatten Pink #A37289

Color information

#A37289 (or 0xA37289) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 72 and 89. RGB value is (163,114,137). Sum of RGB (Red+Green+Blue) = 163+114+137=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A37289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37289 is #5C8D76. Grayscale: #838383. Windows color (decimal): -6065527 or 9007779. OLE color: 9007779.

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

Color convert

RGB163114137-
CMYK00.300.160.36
HSL331.84º21.03%54.31%-
HSV(B)331.84º30.06%63.92%-
XYZ25.6421.6326.49-
YUV131.27131.23150.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=39.37%
G=27.54%
B=33.09%

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
Decimal16311413700.300.160.36331.8421.0354.31
HexA3728901E102414c1536
Octal24316221103620445142566
Binary101000111110010100010010111101000010010010100110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37289; }

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

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

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

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

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

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

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

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