#A6788F

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

Shades of Mountbatten Pink #A6788F

Tints of Mountbatten Pink #A6788F

Color information

#A6788F (or 0xA6788F) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 78 and 8F. RGB value is (166,120,143). Sum of RGB (Red+Green+Blue) = 166+120+143=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A6788F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6788F is #598770. Grayscale: #888888. Windows color (decimal): -5867377 or 9402534. OLE color: 9402534.

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

Color convert

RGB166120143-
CMYK00.280.140.35
HSL330º20.54%56.08%-
HSV(B)330º27.71%65.1%-
XYZ27.423.5229.08-
YUV136.38131.74149.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 120 (47.27% from 255) = 27.97%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=38.69%
G=27.97%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612014300.280.140.3533020.5456.08
HexA6788F01CE2314a1538
Octal24617021703416435122570
Binary10100110111100010001111011100111010001110100101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6788F; }

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

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

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

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

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

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

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

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