#A2728A

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

Shades of Mountbatten Pink #A2728A

Tints of Mountbatten Pink #A2728A

Color information

#A2728A (or 0xA2728A) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 72 and 8A. RGB value is (162,114,138). Sum of RGB (Red+Green+Blue) = 162+114+138=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A2728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2728A is #5D8D75. Grayscale: #838383. Windows color (decimal): -6131062 or 9073314. OLE color: 9073314.

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

Color convert

RGB162114138-
CMYK00.300.150.36
HSL330º20.51%54.12%-
HSV(B)330º29.63%63.53%-
XYZ25.5121.5526.86-
YUV131.09131.9150.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=39.13%
G=27.54%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211413800.300.150.3633020.5154.12
HexA2728A01EF2414a1536
Octal24216221203617445122566
Binary10100010111001010001010011110111110010010100101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2728A; }

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

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

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

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

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

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

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

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