#A66A96

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

Shades of Mountbatten Pink #A66A96

Tints of Mountbatten Pink #A66A96

Color information

#A66A96 (or 0xA66A96) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 6A and 96. RGB value is (166,106,150). Sum of RGB (Red+Green+Blue) = 166+106+150=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66A96 is #599569. Grayscale: #808080. Windows color (decimal): -5870954 or 9857702. OLE color: 9857702.

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

Color convert

RGB166106150-
CMYK00.360.100.35
HSL316º25.21%53.33%-
HSV(B)316º36.14%65.1%-
XYZ26.3820.6231.44-
YUV128.96139.88154.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=39.34%
G=25.12%
B=35.55%

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
Decimal16610615000.360.100.3531625.2153.33
HexA66A96024A2313c1935
Octal24615222604412434743165
Binary101001101101010100101100100100101010001110011110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A96; }

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

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

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

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

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

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

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

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