#A37E8E

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

Shades of Mountbatten Pink #A37E8E

Tints of Mountbatten Pink #A37E8E

Color information

#A37E8E (or 0xA37E8E) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 7E and 8E. RGB value is (163,126,142). Sum of RGB (Red+Green+Blue) = 163+126+142=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37E8E is #5C8171. Grayscale: #8A8A8A. Windows color (decimal): -6062450 or 9338531. OLE color: 9338531.

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

Color convert

RGB163126142-
CMYK00.230.130.36
HSL334.05º16.74%56.67%-
HSV(B)334.05º22.7%63.92%-
XYZ27.4524.6628.9-
YUV138.89129.76145.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 126 (49.61% from 255) = 29.23%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=37.82%
G=29.23%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312614200.230.130.36334.0516.7456.67
HexA37E8E017D2414e1139
Octal24317621602715445162171
Binary10100011111111010001110010111110110010010100111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37E8E; }

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

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

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

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

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

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

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

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