#A76D92

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

Shades of Mountbatten Pink #A76D92

Tints of Mountbatten Pink #A76D92

Color information

#A76D92 (or 0xA76D92) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 6D and 92. RGB value is (167,109,146). Sum of RGB (Red+Green+Blue) = 167+109+146=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76D92 is #58926D. Grayscale: #828282. Windows color (decimal): -5804654 or 9596327. OLE color: 9596327.

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

Color convert

RGB167109146-
CMYK00.350.130.35
HSL321.72º24.79%54.12%-
HSV(B)321.72º34.73%65.49%-
XYZ26.5921.2329.89-
YUV130.56136.72153.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.57%
GREEN value IS 109 (42.97% from 255) = 25.83%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=39.57%
G=25.83%
B=34.60%

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
Decimal16710914600.350.130.35321.7224.7954.12
HexA76D92023D231421936
Octal24715522204315435023166
Binary101001111101101100100100100011110110001110100001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76D92; }

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

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

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

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

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

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

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

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