#a66c8f

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

Shades of Mountbatten Pink #A66C8F

Tints of Mountbatten Pink #A66C8F

Color information

#A66C8F (or 0xA66C8F) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 6C and 8F. RGB value is (166,108,143). Sum of RGB (Red+Green+Blue) = 166+108+143=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66C8F is #599370. Grayscale: #818181. Windows color (decimal): -5870449 or 9399462. OLE color: 9399462.

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

Color convert

RGB166108143-
CMYK00.350.140.35
HSL323.79º24.58%53.73%-
HSV(B)323.79º34.94%65.1%-
XYZ26.0520.8228.63-
YUV129.33135.72154.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 108 (42.58% from 255) = 25.90%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=39.81%
G=25.90%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610814300.350.140.35323.7924.5853.73
HexA66C8F023E231441936
Octal24615421704316435043166
Binary101001101101100100011110100011111010001110100010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a66c8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a66c8f; }

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

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

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

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

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

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

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

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