#A76F8E

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

Shades of Mountbatten Pink #A76F8E

Tints of Mountbatten Pink #A76F8E

Color information

#A76F8E (or 0xA76F8E) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 6F and 8E. RGB value is (167,111,142). Sum of RGB (Red+Green+Blue) = 167+111+142=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76F8E is #589071. Grayscale: #838383. Windows color (decimal): -5804146 or 9334695. OLE color: 9334695.

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

Color convert

RGB167111142-
CMYK00.340.150.35
HSL326.79º24.14%54.51%-
HSV(B)326.79º33.53%65.49%-
XYZ26.521.5428.35-
YUV131.28134.05153.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.76%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=39.76%
G=26.43%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711114200.340.150.35326.7924.1454.51
HexA76F8E022F231471837
Octal24715721604217435073067
Binary101001111101111100011100100010111110001110100011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76F8E; }

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

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

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

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

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

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

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

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