#A27387

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

Shades of Mountbatten Pink #A27387

Tints of Mountbatten Pink #A27387

Color information

#A27387 (or 0xA27387) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 73 and 87. RGB value is (162,115,135). Sum of RGB (Red+Green+Blue) = 162+115+135=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A27387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27387 is #5D8C78. Grayscale: #838383. Windows color (decimal): -6130809 or 8876962. OLE color: 8876962.

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

Color convert

RGB162115135-
CMYK00.290.170.36
HSL334.47º20.17%54.31%-
HSV(B)334.47º29.01%63.53%-
XYZ25.421.6925.77-
YUV131.33130.07149.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 115 (45.31% from 255) = 27.91%
BLUE value IS 135 (53.12% from 255) = 32.77%
R=39.32%
G=27.91%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211513500.290.170.36334.4720.1754.31
HexA2738701D112414e1436
Octal24216320703521445162466
Binary101000101110011100001110111011000110010010100111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27387; }

 p { color: rgb(162,115,135); }

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

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

 a { background-color: rgb(162,115,135); }

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

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

 span { border-color: rgb(162,115,135); }

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