#A87290

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

Shades of Mountbatten Pink #A87290

Tints of Mountbatten Pink #A87290

Color information

#A87290 (or 0xA87290) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 72 and 90. RGB value is (168,114,144). Sum of RGB (Red+Green+Blue) = 168+114+144=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A87290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87290 is #578D6F. Grayscale: #858585. Windows color (decimal): -5737840 or 9466536. OLE color: 9466536.

HSL color Cylindrical-coordinate representation of color #A87290: hue angle of 326.67º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87290 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB168114144-
CMYK00.320.140.34
HSL326.67º23.68%55.29%-
HSV(B)326.67º32.14%65.88%-
XYZ27.222.3729.27-
YUV133.57133.89152.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 144 (56.64% from 255) = 33.80%
R=39.44%
G=26.76%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811414400.320.140.34326.6723.6855.29
HexA87290020E221471837
Octal25016222004016425073067
Binary101010001110010100100000100000111010001010100011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87290; }

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

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

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

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

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

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

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

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