#A3728A

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

Shades of Mountbatten Pink #A3728A

Tints of Mountbatten Pink #A3728A

Color information

#A3728A (or 0xA3728A) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 72 and 8A. RGB value is (163,114,138). Sum of RGB (Red+Green+Blue) = 163+114+138=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A3728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3728A is #5C8D75. Grayscale: #838383. Windows color (decimal): -6065526 or 9073315. OLE color: 9073315.

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

Color convert

RGB163114138-
CMYK00.300.150.36
HSL330.61º21.03%54.31%-
HSV(B)330.61º30.06%63.92%-
XYZ25.7121.6626.87-
YUV131.39131.73150.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 114 (44.92% from 255) = 27.47%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=39.28%
G=27.47%
B=33.25%

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
Decimal16311413800.300.150.36330.6121.0354.31
HexA3728A01EF2414b1536
Octal24316221203617445132566
Binary10100011111001010001010011110111110010010100101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3728A; }

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

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

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

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

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

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

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

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