#A76C8E

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

Shades of Mountbatten Pink #A76C8E

Tints of Mountbatten Pink #A76C8E

Color information

#A76C8E (or 0xA76C8E) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 6C and 8E. RGB value is (167,108,142). Sum of RGB (Red+Green+Blue) = 167+108+142=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76C8E is #589371. Grayscale: #818181. Windows color (decimal): -5804914 or 9333927. OLE color: 9333927.

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

Color convert

RGB167108142-
CMYK00.350.150.35
HSL325.42º25.11%53.92%-
HSV(B)325.42º35.33%65.49%-
XYZ26.1820.8928.24-
YUV129.52135.05154.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 108 (42.58% from 255) = 25.90%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=40.05%
G=25.90%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710814200.350.150.35325.4225.1153.92
HexA76C8E023F231451936
Octal24715421604317435053166
Binary101001111101100100011100100011111110001110100010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76C8E; }

 p { color: rgb(167,108,142); }

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

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

 a { background-color: rgb(167,108,142); }

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

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

 span { border-color: rgb(167,108,142); }

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