#A8728C

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

Shades of Mountbatten Pink #A8728C

Tints of Mountbatten Pink #A8728C

Color information

#A8728C (or 0xA8728C) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 72 and 8C. RGB value is (168,114,140). Sum of RGB (Red+Green+Blue) = 168+114+140=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A8728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8728C is #578D73. Grayscale: #858585. Windows color (decimal): -5737844 or 9204392. OLE color: 9204392.

HSL color Cylindrical-coordinate representation of color #A8728C: hue angle of 331.11º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8728C is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB168114140-
CMYK00.320.170.34
HSL331.11º23.68%55.29%-
HSV(B)331.11º32.14%65.88%-
XYZ26.922.2527.69-
YUV133.11131.89152.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.81%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 140 (55.08% from 255) = 33.18%
R=39.81%
G=27.01%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811414000.320.170.34331.1123.6855.29
HexA8728C020112214b1837
Octal25016221404021425133067
Binary1010100011100101000110001000001000110001010100101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8728C; }

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

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

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

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

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

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

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

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