#A4768C

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

Shades of Mountbatten Pink #A4768C

Tints of Mountbatten Pink #A4768C

Color information

#A4768C (or 0xA4768C) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 76 and 8C. RGB value is (164,118,140). Sum of RGB (Red+Green+Blue) = 164+118+140=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A4768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4768C is #5B8973. Grayscale: #868686. Windows color (decimal): -5998964 or 9205412. OLE color: 9205412.

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

Color convert

RGB164118140-
CMYK00.280.150.36
HSL331.3º20.18%55.29%-
HSV(B)331.3º28.05%64.31%-
XYZ26.5222.7427.8-
YUV134.26131.24149.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.86%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 140 (55.08% from 255) = 33.18%
R=38.86%
G=27.96%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411814000.280.150.36331.320.1855.29
HexA4768C01CF2414b1437
Octal24416621403417445132467
Binary10100100111011010001100011100111110010010100101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4768C; }

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

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

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

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

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

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

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

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