#A4788E

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

Shades of Mountbatten Pink #A4788E

Tints of Mountbatten Pink #A4788E

Color information

#A4788E (or 0xA4788E) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 78 and 8E. RGB value is (164,120,142). Sum of RGB (Red+Green+Blue) = 164+120+142=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A4788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4788E is #5B8771. Grayscale: #878787. Windows color (decimal): -5998450 or 9336996. OLE color: 9336996.

HSL color Cylindrical-coordinate representation of color #A4788E: hue angle of 330º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4788E is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB164120142-
CMYK00.270.130.36
HSL330º19.47%55.69%-
HSV(B)330º26.83%64.31%-
XYZ26.9123.2828.67-
YUV135.66131.58148.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.50%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 142 (55.86% from 255) = 33.33%
R=38.50%
G=28.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412014200.270.130.3633019.4755.69
HexA4788E01BD2414a1338
Octal24417021603315445122370
Binary10100100111100010001110011011110110010010100101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4788E; }

 p { color: rgb(164,120,142); }

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

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

 a { background-color: rgb(164,120,142); }

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

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

 span { border-color: rgb(164,120,142); }

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