#A37F8E

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

Shades of Mountbatten Pink #A37F8E

Tints of Mountbatten Pink #A37F8E

Color information

#A37F8E (or 0xA37F8E) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 7F and 8E. RGB value is (163,127,142). Sum of RGB (Red+Green+Blue) = 163+127+142=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F8E is #5C8071. Grayscale: #8B8B8B. Windows color (decimal): -6062194 or 9338787. OLE color: 9338787.

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

Color convert

RGB163127142-
CMYK00.220.130.36
HSL335º16.36%56.86%-
HSV(B)335º22.09%63.92%-
XYZ27.5824.9228.95-
YUV139.47129.43144.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 142 (55.86% from 255) = 32.87%
R=37.73%
G=29.40%
B=32.87%

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
Decimal16312714200.220.130.3633516.3656.86
HexA37F8E016D2414f1039
Octal24317721602615445172071
Binary10100011111111110001110010110110110010010100111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37F8E; }

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

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

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

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

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

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

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

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