#A76E8B

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

Shades of Mountbatten Pink #A76E8B

Tints of Mountbatten Pink #A76E8B

Color information

#A76E8B (or 0xA76E8B) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 6E and 8B. RGB value is (167,110,139). Sum of RGB (Red+Green+Blue) = 167+110+139=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76E8B is #589174. Grayscale: #828282. Windows color (decimal): -5804405 or 9137831. OLE color: 9137831.

HSL color Cylindrical-coordinate representation of color #A76E8B: hue angle of 329.47º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76E8B is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB167110139-
CMYK00.340.170.35
HSL329.47º24.46%54.31%-
HSV(B)329.47º34.13%65.49%-
XYZ26.1721.2327.14-
YUV130.35132.88154.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.14%
GREEN value IS 110 (43.36% from 255) = 26.44%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=40.14%
G=26.44%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711013900.340.170.35329.4724.4654.31
HexA76E8B02211231491836
Octal24715621304221435113066
Binary1010011111011101000101101000101000110001110100100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76E8B; }

 p { color: rgb(167,110,139); }

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

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

 a { background-color: rgb(167,110,139); }

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

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

 span { border-color: rgb(167,110,139); }

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