#A76B8D

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

Shades of Mountbatten Pink #A76B8D

Tints of Mountbatten Pink #A76B8D

Color information

#A76B8D (or 0xA76B8D) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 6B and 8D. RGB value is (167,107,141). Sum of RGB (Red+Green+Blue) = 167+107+141=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76B8D is #589472. Grayscale: #808080. Windows color (decimal): -5805171 or 9268135. OLE color: 9268135.

HSL color Cylindrical-coordinate representation of color #A76B8D: hue angle of 326º 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 #A76B8D is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB167107141-
CMYK00.360.160.35
HSL326º25.42%53.73%-
HSV(B)326º35.93%65.49%-
XYZ2620.6527.82-
YUV128.82134.88155.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.24%
GREEN value IS 107 (42.19% from 255) = 25.78%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=40.24%
G=25.78%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710714100.360.160.3532625.4253.73
HexA76B8D02410231461936
Octal24715321504420435063166
Binary1010011111010111000110101001001000010001110100011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76B8D; }

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

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

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

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

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

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

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

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