#A66C95

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

Shades of Mountbatten Pink #A66C95

Tints of Mountbatten Pink #A66C95

Color information

#A66C95 (or 0xA66C95) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 6C and 95. RGB value is (166,108,149). Sum of RGB (Red+Green+Blue) = 166+108+149=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66C95 is #59936A. Grayscale: #818181. Windows color (decimal): -5870443 or 9792678. OLE color: 9792678.

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

Color convert

RGB166108149-
CMYK00.350.100.35
HSL317.59º24.58%53.73%-
HSV(B)317.59º34.94%65.1%-
XYZ26.512131.09-
YUV130.02138.72153.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.24%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=39.24%
G=25.53%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610814900.350.100.35317.5924.5853.73
HexA66C95023A2313e1936
Octal24615422504312434763166
Binary101001101101100100101010100011101010001110011111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C95; }

 p { color: rgb(166,108,149); }

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

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

 a { background-color: rgb(166,108,149); }

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

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

 span { border-color: rgb(166,108,149); }

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