#A2788A

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

Shades of Mountbatten Pink #A2788A

Tints of Mountbatten Pink #A2788A

Color information

#A2788A (or 0xA2788A) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 78 and 8A. RGB value is (162,120,138). Sum of RGB (Red+Green+Blue) = 162+120+138=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A2788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2788A is #5D8775. Grayscale: #868686. Windows color (decimal): -6129526 or 9074850. OLE color: 9074850.

HSL color Cylindrical-coordinate representation of color #A2788A: hue angle of 334.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2788A is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB162120138-
CMYK00.260.150.36
HSL334.29º18.42%55.29%-
HSV(B)334.29º25.93%63.53%-
XYZ26.222.9527.09-
YUV134.61129.91147.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 120 (47.27% from 255) = 28.57%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=38.57%
G=28.57%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212013800.260.150.36334.2918.4255.29
HexA2788A01AF2414e1237
Octal24217021203217445162267
Binary10100010111100010001010011010111110010010100111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2788A; }

 p { color: rgb(162,120,138); }

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

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

 a { background-color: rgb(162,120,138); }

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

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

 span { border-color: rgb(162,120,138); }

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