#A6748C

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

Shades of Mountbatten Pink #A6748C

Tints of Mountbatten Pink #A6748C

Color information

#A6748C (or 0xA6748C) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 74 and 8C. RGB value is (166,116,140). Sum of RGB (Red+Green+Blue) = 166+116+140=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6748C is #598B73. Grayscale: #858585. Windows color (decimal): -5868404 or 9204902. OLE color: 9204902.

HSL color Cylindrical-coordinate representation of color #A6748C: hue angle of 331.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6748C is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB166116140-
CMYK00.300.160.35
HSL331.2º21.93%55.29%-
HSV(B)331.2º30.12%65.1%-
XYZ26.722.4927.74-
YUV133.69131.56151.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 140 (55.08% from 255) = 33.18%
R=39.34%
G=27.49%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611614000.300.160.35331.221.9355.29
HexA6748C01E102314b1637
Octal24616421403620435132667
Binary101001101110100100011000111101000010001110100101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6748C; }

 p { color: rgb(166,116,140); }

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

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

 a { background-color: rgb(166,116,140); }

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

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

 span { border-color: rgb(166,116,140); }

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