#A2728D

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

Shades of Mountbatten Pink #A2728D

Tints of Mountbatten Pink #A2728D

Color information

#A2728D (or 0xA2728D) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 72 and 8D. RGB value is (162,114,141). Sum of RGB (Red+Green+Blue) = 162+114+141=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A2728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2728D is #5D8D72. Grayscale: #838383. Windows color (decimal): -6131059 or 9269922. OLE color: 9269922.

HSL color Cylindrical-coordinate representation of color #A2728D: hue angle of 326.25º 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 #A2728D is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB162114141-
CMYK00.300.130.36
HSL326.25º20.51%54.12%-
HSV(B)326.25º29.63%63.53%-
XYZ25.7321.6428.02-
YUV131.43133.4149.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 141 (55.47% from 255) = 33.81%
R=38.85%
G=27.34%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211414100.300.130.36326.2520.5154.12
HexA2728D01ED241461536
Octal24216221503615445062566
Binary10100010111001010001101011110110110010010100011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2728D; }

 p { color: rgb(162,114,141); }

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

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

 a { background-color: rgb(162,114,141); }

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

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

 span { border-color: rgb(162,114,141); }

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