#A66D90

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

Shades of Mountbatten Pink #A66D90

Tints of Mountbatten Pink #A66D90

Color information

#A66D90 (or 0xA66D90) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 6D and 90. RGB value is (166,109,144). Sum of RGB (Red+Green+Blue) = 166+109+144=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66D90 is #59926F. Grayscale: #818181. Windows color (decimal): -5870192 or 9465254. OLE color: 9465254.

HSL color Cylindrical-coordinate representation of color #A66D90: hue angle of 323.16º 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 #A66D90 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB166109144-
CMYK00.340.130.35
HSL323.16º24.26%53.92%-
HSV(B)323.16º34.34%65.1%-
XYZ26.2321.0629.07-
YUV130.03135.88153.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=39.62%
G=26.01%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610914400.340.130.35323.1624.2653.92
HexA66D90022D231431836
Octal24615522004215435033066
Binary101001101101101100100000100010110110001110100001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D90; }

 p { color: rgb(166,109,144); }

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

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

 a { background-color: rgb(166,109,144); }

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

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

 span { border-color: rgb(166,109,144); }

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