#A6738D

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

Shades of Mountbatten Pink #A6738D

Tints of Mountbatten Pink #A6738D

Color information

#A6738D (or 0xA6738D) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 73 and 8D. RGB value is (166,115,141). Sum of RGB (Red+Green+Blue) = 166+115+141=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6738D is #598C72. Grayscale: #858585. Windows color (decimal): -5868659 or 9270182. OLE color: 9270182.

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

Color convert

RGB166115141-
CMYK00.310.150.35
HSL329.41º22.27%55.1%-
HSV(B)329.41º30.72%65.1%-
XYZ26.6622.2928.1-
YUV133.21132.4151.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=39.34%
G=27.25%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611514100.310.150.35329.4122.2755.1
HexA6738D01FF231491637
Octal24616321503717435112667
Binary10100110111001110001101011111111110001110100100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6738D; }

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

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

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

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

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

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

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

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