#A86B8C

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

Shades of Mountbatten Pink #A86B8C

Tints of Mountbatten Pink #A86B8C

Color information

#A86B8C (or 0xA86B8C) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 6B and 8C. RGB value is (168,107,140). Sum of RGB (Red+Green+Blue) = 168+107+140=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86B8C is #579473. Grayscale: #808080. Windows color (decimal): -5739636 or 9202600. OLE color: 9202600.

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

Color convert

RGB168107140-
CMYK00.360.170.34
HSL327.54º25.96%53.92%-
HSV(B)327.54º36.31%65.88%-
XYZ26.1420.7327.44-
YUV129134.21155.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.48%
GREEN value IS 107 (42.19% from 255) = 25.78%
BLUE value IS 140 (55.08% from 255) = 33.73%
R=40.48%
G=25.78%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810714000.360.170.34327.5425.9653.92
HexA86B8C02411221481a36
Octal25015321404421425103266
Binary1010100011010111000110001001001000110001010100100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86B8C; }

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

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

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

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

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

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

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

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