#A4738D

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

Shades of Mountbatten Pink #A4738D

Tints of Mountbatten Pink #A4738D

Color information

#A4738D (or 0xA4738D) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 73 and 8D. RGB value is (164,115,141). Sum of RGB (Red+Green+Blue) = 164+115+141=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A4738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4738D is #5B8C72. Grayscale: #848484. Windows color (decimal): -5999731 or 9270180. OLE color: 9270180.

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

Color convert

RGB164115141-
CMYK00.300.140.36
HSL328.16º21.21%54.71%-
HSV(B)328.16º29.88%64.31%-
XYZ26.2522.0828.08-
YUV132.62132.73150.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 115 (45.31% from 255) = 27.38%
BLUE value IS 141 (55.47% from 255) = 33.57%
R=39.05%
G=27.38%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411514100.300.140.36328.1621.2154.71
HexA4738D01EE241481537
Octal24416321503616445102567
Binary10100100111001110001101011110111010010010100100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4738D; }

 p { color: rgb(164,115,141); }

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

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

 a { background-color: rgb(164,115,141); }

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

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

 span { border-color: rgb(164,115,141); }

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