#A66B95

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

Shades of Mountbatten Pink #A66B95

Tints of Mountbatten Pink #A66B95

Color information

#A66B95 (or 0xA66B95) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 6B and 95. RGB value is (166,107,149). Sum of RGB (Red+Green+Blue) = 166+107+149=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B95 is #59946A. Grayscale: #818181. Windows color (decimal): -5870699 or 9792422. OLE color: 9792422.

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

Color convert

RGB166107149-
CMYK00.360.100.35
HSL317.29º24.89%53.53%-
HSV(B)317.29º35.54%65.1%-
XYZ26.4120.7931.06-
YUV129.43139.05154.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=39.34%
G=25.36%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610714900.360.100.35317.2924.8953.53
HexA66B95024A2313d1936
Octal24615322504412434753166
Binary101001101101011100101010100100101010001110011110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B95; }

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

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

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

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

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

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

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

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