#A76C92

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

Shades of Mountbatten Pink #A76C92

Tints of Mountbatten Pink #A76C92

Color information

#A76C92 (or 0xA76C92) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 6C and 92. RGB value is (167,108,146). Sum of RGB (Red+Green+Blue) = 167+108+146=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76C92 is #58936D. Grayscale: #818181. Windows color (decimal): -5804910 or 9596071. OLE color: 9596071.

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

Color convert

RGB167108146-
CMYK00.350.130.35
HSL321.36º25.11%53.92%-
HSV(B)321.36º35.33%65.49%-
XYZ26.4921.0229.85-
YUV129.97137.05154.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 108 (42.58% from 255) = 25.65%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=39.67%
G=25.65%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710814600.350.130.35321.3625.1153.92
HexA76C92023D231411936
Octal24715422204315435013166
Binary101001111101100100100100100011110110001110100000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76C92; }

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

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

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

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

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

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

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

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