#A6788D

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

Shades of Mountbatten Pink #A6788D

Tints of Mountbatten Pink #A6788D

Color information

#A6788D (or 0xA6788D) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 78 and 8D. RGB value is (166,120,141). Sum of RGB (Red+Green+Blue) = 166+120+141=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A6788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6788D is #598772. Grayscale: #888888. Windows color (decimal): -5867379 or 9271462. OLE color: 9271462.

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

Color convert

RGB166120141-
CMYK00.280.150.35
HSL332.61º20.54%56.08%-
HSV(B)332.61º27.71%65.1%-
XYZ27.2523.4628.29-
YUV136.15130.74149.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 120 (47.27% from 255) = 28.10%
BLUE value IS 141 (55.47% from 255) = 33.02%
R=38.88%
G=28.10%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612014100.280.150.35332.6120.5456.08
HexA6788D01CF2314d1538
Octal24617021503417435152570
Binary10100110111100010001101011100111110001110100110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6788D; }

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

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

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

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

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

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

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

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