#A86E8C

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

Shades of Mountbatten Pink #A86E8C

Tints of Mountbatten Pink #A86E8C

Color information

#A86E8C (or 0xA86E8C) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 6E and 8C. RGB value is (168,110,140). Sum of RGB (Red+Green+Blue) = 168+110+140=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86E8C is #579173. Grayscale: #828282. Windows color (decimal): -5738868 or 9203368. OLE color: 9203368.

HSL color Cylindrical-coordinate representation of color #A86E8C: hue angle of 328.97º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A86E8C is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB168110140-
CMYK00.350.170.34
HSL328.97º25%54.51%-
HSV(B)328.97º34.52%65.88%-
XYZ26.4621.3727.54-
YUV130.76133.22154.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.19%
GREEN value IS 110 (43.36% from 255) = 26.32%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=40.19%
G=26.32%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811014000.350.170.34328.972554.51
HexA86E8C02311221491937
Octal25015621404321425113167
Binary1010100011011101000110001000111000110001010100100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86E8C; }

 p { color: rgb(168,110,140); }

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

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

 a { background-color: rgb(168,110,140); }

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

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

 span { border-color: rgb(168,110,140); }

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