#A6768D

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

Shades of Mountbatten Pink #A6768D

Tints of Mountbatten Pink #A6768D

Color information

#A6768D (or 0xA6768D) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 76 and 8D. RGB value is (166,118,141). Sum of RGB (Red+Green+Blue) = 166+118+141=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A6768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6768D is #598972. Grayscale: #868686. Windows color (decimal): -5867891 or 9270950. OLE color: 9270950.

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

Color convert

RGB166118141-
CMYK00.290.150.35
HSL331.25º21.24%55.69%-
HSV(B)331.25º28.92%65.1%-
XYZ27.0122.9928.21-
YUV134.97131.4150.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=39.06%
G=27.76%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611814100.290.150.35331.2521.2455.69
HexA6768D01DF2314b1538
Octal24616621503517435132570
Binary10100110111011010001101011101111110001110100101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6768D; }

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

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

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

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

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

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

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

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