#A4788C

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

Shades of Mountbatten Pink #A4788C

Tints of Mountbatten Pink #A4788C

Color information

#A4788C (or 0xA4788C) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 78 and 8C. RGB value is (164,120,140). Sum of RGB (Red+Green+Blue) = 164+120+140=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A4788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4788C is #5B8773. Grayscale: #878787. Windows color (decimal): -5998452 or 9205924. OLE color: 9205924.

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

Color convert

RGB164120140-
CMYK00.270.150.36
HSL332.73º19.47%55.69%-
HSV(B)332.73º26.83%64.31%-
XYZ26.7623.2227.88-
YUV135.44130.58148.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 120 (47.27% from 255) = 28.30%
BLUE value IS 140 (55.08% from 255) = 33.02%
R=38.68%
G=28.30%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412014000.270.150.36332.7319.4755.69
HexA4788C01BF2414d1338
Octal24417021403317445152370
Binary10100100111100010001100011011111110010010100110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4788C; }

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

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

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

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

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

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

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

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