#A4728C

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

Shades of Mountbatten Pink #A4728C

Tints of Mountbatten Pink #A4728C

Color information

#A4728C (or 0xA4728C) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 72 and 8C. RGB value is (164,114,140). Sum of RGB (Red+Green+Blue) = 164+114+140=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A4728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4728C is #5B8D73. Grayscale: #838383. Windows color (decimal): -5999988 or 9204388. OLE color: 9204388.

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

Color convert

RGB164114140-
CMYK00.300.150.36
HSL328.8º21.55%54.51%-
HSV(B)328.8º30.49%64.31%-
XYZ26.0621.8227.65-
YUV131.91132.56150.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=39.23%
G=27.27%
B=33.49%

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
Decimal16411414000.300.150.36328.821.5554.51
HexA4728C01EF241491637
Octal24416221403617445112667
Binary10100100111001010001100011110111110010010100100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4728C; }

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

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

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

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

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

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

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

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