#A86F8E

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

Shades of Mountbatten Pink #A86F8E

Tints of Mountbatten Pink #A86F8E

Color information

#A86F8E (or 0xA86F8E) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 6F and 8E. RGB value is (168,111,142). Sum of RGB (Red+Green+Blue) = 168+111+142=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86F8E is #579071. Grayscale: #838383. Windows color (decimal): -5738610 or 9334696. OLE color: 9334696.

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

Color convert

RGB168111142-
CMYK00.340.150.34
HSL327.37º24.68%54.71%-
HSV(B)327.37º33.93%65.88%-
XYZ26.7221.6528.36-
YUV131.58133.88153.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 111 (43.75% from 255) = 26.37%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=39.90%
G=26.37%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811114200.340.150.34327.3724.6854.71
HexA86F8E022F221471937
Octal25015721604217425073167
Binary101010001101111100011100100010111110001010100011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86F8E; }

 p { color: rgb(168,111,142); }

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

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

 a { background-color: rgb(168,111,142); }

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

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

 span { border-color: rgb(168,111,142); }

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