#A76B8E

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

Shades of Mountbatten Pink #A76B8E

Tints of Mountbatten Pink #A76B8E

Color information

#A76B8E (or 0xA76B8E) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 6B and 8E. RGB value is (167,107,142). Sum of RGB (Red+Green+Blue) = 167+107+142=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76B8E is #589471. Grayscale: #808080. Windows color (decimal): -5805170 or 9333671. OLE color: 9333671.

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

Color convert

RGB167107142-
CMYK00.360.150.35
HSL325º25.42%53.73%-
HSV(B)325º35.93%65.49%-
XYZ26.0820.6828.21-
YUV128.93135.38155.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.14%
GREEN value IS 107 (42.19% from 255) = 25.72%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=40.14%
G=25.72%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710714200.360.150.3532525.4253.73
HexA76B8E024F231451936
Octal24715321604417435053166
Binary101001111101011100011100100100111110001110100010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76B8E; }

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

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

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

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

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

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

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

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