#A0788A

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

Shades of Mountbatten Pink #A0788A

Tints of Mountbatten Pink #A0788A

Color information

#A0788A (or 0xA0788A) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 78 and 8A. RGB value is (160,120,138). Sum of RGB (Red+Green+Blue) = 160+120+138=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A0788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0788A is #5F8775. Grayscale: #858585. Windows color (decimal): -6260598 or 9074848. OLE color: 9074848.

HSL color Cylindrical-coordinate representation of color #A0788A: hue angle of 333º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0788A is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB160120138-
CMYK00.250.140.37
HSL333º17.39%54.9%-
HSV(B)333º25%62.75%-
XYZ25.822.7427.07-
YUV134.01130.25146.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.28%
GREEN value IS 120 (47.27% from 255) = 28.71%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=38.28%
G=28.71%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012013800.250.140.3733317.3954.9
HexA0788A019E2514d1137
Octal24017021203116455152167
Binary10100000111100010001010011001111010010110100110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0788A; }

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

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

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

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

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

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

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

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