#A5738E

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

Shades of Mountbatten Pink #A5738E

Tints of Mountbatten Pink #A5738E

Color information

#A5738E (or 0xA5738E) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 73 and 8E. RGB value is (165,115,142). Sum of RGB (Red+Green+Blue) = 165+115+142=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A5738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5738E is #5A8C71. Grayscale: #848484. Windows color (decimal): -5934194 or 9335717. OLE color: 9335717.

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

Color convert

RGB165115142-
CMYK00.300.140.35
HSL327.6º21.74%54.9%-
HSV(B)327.6º30.3%64.71%-
XYZ26.5322.2128.48-
YUV133.03133.06150.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 142 (55.86% from 255) = 33.65%
R=39.10%
G=27.25%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511514200.300.140.35327.621.7454.9
HexA5738E01EE231481637
Octal24516321603616435102667
Binary10100101111001110001110011110111010001110100100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5738E; }

 p { color: rgb(165,115,142); }

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

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

 a { background-color: rgb(165,115,142); }

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

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

 span { border-color: rgb(165,115,142); }

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