#A4728D

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

Shades of Mountbatten Pink #A4728D

Tints of Mountbatten Pink #A4728D

Color information

#A4728D (or 0xA4728D) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 72 and 8D. RGB value is (164,114,141). Sum of RGB (Red+Green+Blue) = 164+114+141=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A4728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4728D is #5B8D72. Grayscale: #838383. Windows color (decimal): -5999987 or 9269924. OLE color: 9269924.

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

Color convert

RGB164114141-
CMYK00.300.140.36
HSL327.6º21.55%54.51%-
HSV(B)327.6º30.49%64.31%-
XYZ26.1321.8528.04-
YUV132.03133.06150.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 141 (55.47% from 255) = 33.65%
R=39.14%
G=27.21%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411414100.300.140.36327.621.5554.51
HexA4728D01EE241481637
Octal24416221503616445102667
Binary10100100111001010001101011110111010010010100100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4728D; }

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

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

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

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

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

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

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

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