#A3728B

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

Shades of Mountbatten Pink #A3728B

Tints of Mountbatten Pink #A3728B

Color information

#A3728B (or 0xA3728B) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 72 and 8B. RGB value is (163,114,139). Sum of RGB (Red+Green+Blue) = 163+114+139=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A3728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3728B is #5C8D74. Grayscale: #838383. Windows color (decimal): -6065525 or 9138851. OLE color: 9138851.

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

Color convert

RGB163114139-
CMYK00.300.150.36
HSL329.39º21.03%54.31%-
HSV(B)329.39º30.06%63.92%-
XYZ25.7821.6927.25-
YUV131.5132.23150.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.18%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=39.18%
G=27.40%
B=33.41%

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
Decimal16311413900.300.150.36329.3921.0354.31
HexA3728B01EF241491536
Octal24316221303617445112566
Binary10100011111001010001011011110111110010010100100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3728B; }

 p { color: rgb(163,114,139); }

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

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

 a { background-color: rgb(163,114,139); }

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

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

 span { border-color: rgb(163,114,139); }

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