#A57290

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

Shades of Mountbatten Pink #A57290

Tints of Mountbatten Pink #A57290

Color information

#A57290 (or 0xA57290) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 72 and 90. RGB value is (165,114,144). Sum of RGB (Red+Green+Blue) = 165+114+144=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A57290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57290 is #5A8D6F. Grayscale: #848484. Windows color (decimal): -5934448 or 9466533. OLE color: 9466533.

HSL color Cylindrical-coordinate representation of color #A57290: hue angle of 324.71º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A57290 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB165114144-
CMYK00.310.130.35
HSL324.71º22.08%54.71%-
HSV(B)324.71º30.91%64.71%-
XYZ26.5722.0529.24-
YUV132.67134.4151.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=39.01%
G=26.95%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511414400.310.130.35324.7122.0854.71
HexA5729001FD231451637
Octal24516222003715435052667
Binary10100101111001010010000011111110110001110100010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57290; }

 p { color: rgb(165,114,144); }

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

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

 a { background-color: rgb(165,114,144); }

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

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

 span { border-color: rgb(165,114,144); }

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