#A37F8D

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

Shades of Mountbatten Pink #A37F8D

Tints of Mountbatten Pink #A37F8D

Color information

#A37F8D (or 0xA37F8D) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 7F and 8D. RGB value is (163,127,141). Sum of RGB (Red+Green+Blue) = 163+127+141=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F8D is #5C8072. Grayscale: #8B8B8B. Windows color (decimal): -6062195 or 9273251. OLE color: 9273251.

HSL color Cylindrical-coordinate representation of color #A37F8D: hue angle of 336.67º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A37F8D is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB163127141-
CMYK00.220.130.36
HSL336.67º16.36%56.86%-
HSV(B)336.67º22.09%63.92%-
XYZ27.524.8928.55-
YUV139.36128.93144.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 141 (55.47% from 255) = 32.71%
R=37.82%
G=29.47%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312714100.220.130.36336.6716.3656.86
HexA37F8D016D241511039
Octal24317721502615445212071
Binary10100011111111110001101010110110110010010101000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37F8D; }

 p { color: rgb(163,127,141); }

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

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

 a { background-color: rgb(163,127,141); }

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

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

 span { border-color: rgb(163,127,141); }

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