#A57C8E

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

Shades of Mountbatten Pink #A57C8E

Tints of Mountbatten Pink #A57C8E

Color information

#A57C8E (or 0xA57C8E) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 7C and 8E. RGB value is (165,124,142). Sum of RGB (Red+Green+Blue) = 165+124+142=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57C8E is #5A8371. Grayscale: #8A8A8A. Windows color (decimal): -5931890 or 9338021. OLE color: 9338021.

HSL color Cylindrical-coordinate representation of color #A57C8E: hue angle of 333.66º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A57C8E is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB165124142-
CMYK00.250.140.35
HSL333.66º18.55%56.67%-
HSV(B)333.66º24.85%64.71%-
XYZ27.6124.3728.84-
YUV138.31130.08147.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 124 (48.83% from 255) = 28.77%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=38.28%
G=28.77%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512414200.250.140.35333.6618.5556.67
HexA57C8E019E2314e1339
Octal24517421603116435162371
Binary10100101111110010001110011001111010001110100111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57C8E; }

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

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

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

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

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

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

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

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