#A7728F

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

Shades of Mountbatten Pink #A7728F

Tints of Mountbatten Pink #A7728F

Color information

#A7728F (or 0xA7728F) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 72 and 8F. RGB value is (167,114,143). Sum of RGB (Red+Green+Blue) = 167+114+143=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 167 - color contains mainly: red. Hex color #A7728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7728F is #588D70. Grayscale: #858585. Windows color (decimal): -5803377 or 9400999. OLE color: 9400999.

HSL color Cylindrical-coordinate representation of color #A7728F: hue angle of 327.17º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7728F is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB167114143-
CMYK00.320.140.35
HSL327.17º23.14%55.1%-
HSV(B)327.17º31.74%65.49%-
XYZ26.9122.2328.86-
YUV133.15133.56152.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.39%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 143 (56.25% from 255) = 33.73%
R=39.39%
G=26.89%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711414300.320.140.35327.1723.1455.1
HexA7728F020E231471737
Octal24716221704016435072767
Binary101001111110010100011110100000111010001110100011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7728F; }

 p { color: rgb(167,114,143); }

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

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

 a { background-color: rgb(167,114,143); }

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

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

 span { border-color: rgb(167,114,143); }

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