#A6718C

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

Shades of Mountbatten Pink #A6718C

Tints of Mountbatten Pink #A6718C

Color information

#A6718C (or 0xA6718C) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 71 and 8C. RGB value is (166,113,140). Sum of RGB (Red+Green+Blue) = 166+113+140=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A6718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6718C is #598E73. Grayscale: #838383. Windows color (decimal): -5869172 or 9204134. OLE color: 9204134.

HSL color Cylindrical-coordinate representation of color #A6718C: hue angle of 329.43º 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 #A6718C is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB166113140-
CMYK00.320.160.35
HSL329.43º22.94%54.71%-
HSV(B)329.43º31.93%65.1%-
XYZ26.3621.8127.63-
YUV131.93132.56152.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=39.62%
G=26.97%
B=33.41%

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
Decimal16611314000.320.160.35329.4322.9454.71
HexA6718C02010231491737
Octal24616121404020435112767
Binary1010011011100011000110001000001000010001110100100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6718C; }

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

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

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

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

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

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

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

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