#A2788D

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

Shades of Mountbatten Pink #A2788D

Tints of Mountbatten Pink #A2788D

Color information

#A2788D (or 0xA2788D) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 78 and 8D. RGB value is (162,120,141). Sum of RGB (Red+Green+Blue) = 162+120+141=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A2788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2788D is #5D8772. Grayscale: #868686. Windows color (decimal): -6129523 or 9271458. OLE color: 9271458.

HSL color Cylindrical-coordinate representation of color #A2788D: hue angle of 330º 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 #A2788D is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB162120141-
CMYK00.260.130.36
HSL330º18.42%55.29%-
HSV(B)330º25.93%63.53%-
XYZ26.4223.0428.25-
YUV134.95131.41147.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 120 (47.27% from 255) = 28.37%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=38.30%
G=28.37%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212014100.260.130.3633018.4255.29
HexA2788D01AD2414a1237
Octal24217021503215445122267
Binary10100010111100010001101011010110110010010100101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2788D; }

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

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

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

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

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

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

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

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