#A4728E

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

Shades of Mountbatten Pink #A4728E

Tints of Mountbatten Pink #A4728E

Color information

#A4728E (or 0xA4728E) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 72 and 8E. RGB value is (164,114,142). Sum of RGB (Red+Green+Blue) = 164+114+142=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A4728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4728E is #5B8D71. Grayscale: #848484. Windows color (decimal): -5999986 or 9335460. OLE color: 9335460.

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

Color convert

RGB164114142-
CMYK00.300.130.36
HSL326.4º21.55%54.51%-
HSV(B)326.4º30.49%64.31%-
XYZ26.2121.8828.43-
YUV132.14133.56150.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=39.05%
G=27.14%
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
Decimal16411414200.300.130.36326.421.5554.51
HexA4728E01ED241461637
Octal24416221603615445062667
Binary10100100111001010001110011110110110010010100011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4728E; }

 p { color: rgb(164,114,142); }

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

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

 a { background-color: rgb(164,114,142); }

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

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

 span { border-color: rgb(164,114,142); }

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