#A66E8C

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

Shades of Mountbatten Pink #A66E8C

Tints of Mountbatten Pink #A66E8C

Color information

#A66E8C (or 0xA66E8C) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 6E and 8C. RGB value is (166,110,140). Sum of RGB (Red+Green+Blue) = 166+110+140=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66E8C is #599173. Grayscale: #828282. Windows color (decimal): -5869940 or 9203366. OLE color: 9203366.

HSL color Cylindrical-coordinate representation of color #A66E8C: hue angle of 327.86º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A66E8C is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB166110140-
CMYK00.340.160.35
HSL327.86º23.93%54.12%-
HSV(B)327.86º33.73%65.1%-
XYZ26.0421.1527.52-
YUV130.16133.55153.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.90%
GREEN value IS 110 (43.36% from 255) = 26.44%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=39.90%
G=26.44%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611014000.340.160.35327.8623.9354.12
HexA66E8C02210231481836
Octal24615621404220435103066
Binary1010011011011101000110001000101000010001110100100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E8C; }

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

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

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

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

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

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

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

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