#A66A93

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

Shades of Mountbatten Pink #A66A93

Tints of Mountbatten Pink #A66A93

Color information

#A66A93 (or 0xA66A93) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 6A and 93. RGB value is (166,106,147). Sum of RGB (Red+Green+Blue) = 166+106+147=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66A93 is #59956C. Grayscale: #808080. Windows color (decimal): -5870957 or 9661094. OLE color: 9661094.

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

Color convert

RGB166106147-
CMYK00.360.110.35
HSL319º25.21%53.33%-
HSV(B)319º36.14%65.1%-
XYZ26.1520.5230.19-
YUV128.61138.38154.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=39.62%
G=25.30%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610614700.360.110.3531925.2153.33
HexA66A93024B2313f1935
Octal24615222304413434773165
Binary101001101101010100100110100100101110001110011111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A93; }

 p { color: rgb(166,106,147); }

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

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

 a { background-color: rgb(166,106,147); }

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

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

 span { border-color: rgb(166,106,147); }

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