#A6748B

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

Shades of Mountbatten Pink #A6748B

Tints of Mountbatten Pink #A6748B

Color information

#A6748B (or 0xA6748B) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 74 and 8B. RGB value is (166,116,139). Sum of RGB (Red+Green+Blue) = 166+116+139=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A6748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6748B is #598B74. Grayscale: #858585. Windows color (decimal): -5868405 or 9139366. OLE color: 9139366.

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

Color convert

RGB166116139-
CMYK00.300.160.35
HSL332.4º21.93%55.29%-
HSV(B)332.4º30.12%65.1%-
XYZ26.6322.4627.36-
YUV133.57131.06151.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.43%
GREEN value IS 116 (45.70% from 255) = 27.55%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=39.43%
G=27.55%
B=33.02%

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
Decimal16611613900.300.160.35332.421.9355.29
HexA6748B01E102314c1637
Octal24616421303620435142667
Binary101001101110100100010110111101000010001110100110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6748B; }

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

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

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

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

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

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

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

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