#A5738C

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

Shades of Mountbatten Pink #A5738C

Tints of Mountbatten Pink #A5738C

Color information

#A5738C (or 0xA5738C) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 73 and 8C. RGB value is (165,115,140). Sum of RGB (Red+Green+Blue) = 165+115+140=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A5738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5738C is #5A8C73. Grayscale: #848484. Windows color (decimal): -5934196 or 9204645. OLE color: 9204645.

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

Color convert

RGB165115140-
CMYK00.300.150.35
HSL330º21.74%54.9%-
HSV(B)330º30.3%64.71%-
XYZ26.3822.1527.7-
YUV132.8132.06150.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 115 (45.31% from 255) = 27.38%
BLUE value IS 140 (55.08% from 255) = 33.33%
R=39.29%
G=27.38%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511514000.300.150.3533021.7454.9
HexA5738C01EF2314a1637
Octal24516321403617435122667
Binary10100101111001110001100011110111110001110100101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5738C; }

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

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

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

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

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

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

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

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