#A66B8E

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

Shades of Mountbatten Pink #A66B8E

Tints of Mountbatten Pink #A66B8E

Color information

#A66B8E (or 0xA66B8E) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 6B and 8E. RGB value is (166,107,142). Sum of RGB (Red+Green+Blue) = 166+107+142=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B8E is #599471. Grayscale: #808080. Windows color (decimal): -5870706 or 9333670. OLE color: 9333670.

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

Color convert

RGB166107142-
CMYK00.360.140.35
HSL324.41º24.89%53.53%-
HSV(B)324.41º35.54%65.1%-
XYZ25.8720.5828.2-
YUV128.63135.55154.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 107 (42.19% from 255) = 25.78%
BLUE value IS 142 (55.86% from 255) = 34.22%
R=40%
G=25.78%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610714200.360.140.35324.4124.8953.53
HexA66B8E024E231441936
Octal24615321604416435043166
Binary101001101101011100011100100100111010001110100010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B8E; }

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

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

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

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

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

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

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

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