#A7718C

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

Shades of Mountbatten Pink #A7718C

Tints of Mountbatten Pink #A7718C

Color information

#A7718C (or 0xA7718C) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 71 and 8C. RGB value is (167,113,140). Sum of RGB (Red+Green+Blue) = 167+113+140=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A7718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7718C is #588E73. Grayscale: #848484. Windows color (decimal): -5803636 or 9204135. OLE color: 9204135.

HSL color Cylindrical-coordinate representation of color #A7718C: hue angle of 330º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7718C is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB167113140-
CMYK00.320.160.35
HSL330º23.48%54.9%-
HSV(B)330º32.34%65.49%-
XYZ26.5821.9227.64-
YUV132.22132.39152.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.76%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 140 (55.08% from 255) = 33.33%
R=39.76%
G=26.90%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711314000.320.160.3533023.4854.9
HexA7718C020102314a1737
Octal24716121404020435122767
Binary1010011111100011000110001000001000010001110100101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7718C; }

 p { color: rgb(167,113,140); }

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

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

 a { background-color: rgb(167,113,140); }

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

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

 span { border-color: rgb(167,113,140); }

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