#A77192

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

Shades of Mountbatten Pink #A77192

Tints of Mountbatten Pink #A77192

Color information

#A77192 (or 0xA77192) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 71 and 92. RGB value is (167,113,146). Sum of RGB (Red+Green+Blue) = 167+113+146=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A77192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77192 is #588E6D. Grayscale: #848484. Windows color (decimal): -5803630 or 9597351. OLE color: 9597351.

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

Color convert

RGB167113146-
CMYK00.320.130.35
HSL323.33º23.48%54.9%-
HSV(B)323.33º32.34%65.49%-
XYZ27.0322.130.04-
YUV132.91135.39152.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.20%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=39.20%
G=26.53%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711314600.320.130.35323.3323.4854.9
HexA77192020D231431737
Octal24716122204015435032767
Binary101001111110001100100100100000110110001110100001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77192; }

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

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

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

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

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

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

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

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