#A6748D

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

Shades of Mountbatten Pink #A6748D

Tints of Mountbatten Pink #A6748D

Color information

#A6748D (or 0xA6748D) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 74 and 8D. RGB value is (166,116,141). Sum of RGB (Red+Green+Blue) = 166+116+141=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A6748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6748D is #598B72. Grayscale: #858585. Windows color (decimal): -5868403 or 9270438. OLE color: 9270438.

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

Color convert

RGB166116141-
CMYK00.300.150.35
HSL330º21.93%55.29%-
HSV(B)330º30.12%65.1%-
XYZ26.7822.5228.13-
YUV133.8132.06150.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.24%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=39.24%
G=27.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611614100.300.150.3533021.9355.29
HexA6748D01EF2314a1637
Octal24616421503617435122667
Binary10100110111010010001101011110111110001110100101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6748D; }

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

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

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

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

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

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

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

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