#A86A94

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

Shades of Mountbatten Pink #A86A94

Tints of Mountbatten Pink #A86A94

Color information

#A86A94 (or 0xA86A94) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 6A and 94. RGB value is (168,106,148). Sum of RGB (Red+Green+Blue) = 168+106+148=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86A94 is #57956B. Grayscale: #818181. Windows color (decimal): -5739884 or 9726632. OLE color: 9726632.

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

Color convert

RGB168106148-
CMYK00.370.120.34
HSL319.35º26.27%53.73%-
HSV(B)319.35º36.9%65.88%-
XYZ26.6520.7730.62-
YUV129.33138.54155.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.81%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=39.81%
G=25.12%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810614800.370.120.34319.3526.2753.73
HexA86A94025C2213f1a36
Octal25015222404514424773266
Binary101010001101010100101000100101110010001010011111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86A94; }

 p { color: rgb(168,106,148); }

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

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

 a { background-color: rgb(168,106,148); }

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

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

 span { border-color: rgb(168,106,148); }

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