#A77590

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

Shades of Mountbatten Pink #A77590

Tints of Mountbatten Pink #A77590

Color information

#A77590 (or 0xA77590) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 75 and 90. RGB value is (167,117,144). Sum of RGB (Red+Green+Blue) = 167+117+144=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A77590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77590 is #588A6F. Grayscale: #868686. Windows color (decimal): -5802608 or 9467303. OLE color: 9467303.

HSL color Cylindrical-coordinate representation of color #A77590: hue angle of 327.6º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A77590 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB167117144-
CMYK00.300.140.35
HSL327.6º22.12%55.69%-
HSV(B)327.6º29.94%65.49%-
XYZ27.3322.9529.38-
YUV135.03133.06150.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 117 (46.09% from 255) = 27.34%
BLUE value IS 144 (56.64% from 255) = 33.64%
R=39.02%
G=27.34%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711714400.300.140.35327.622.1255.69
HexA7759001EE231481638
Octal24716522003616435102670
Binary10100111111010110010000011110111010001110100100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77590; }

 p { color: rgb(167,117,144); }

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

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

 a { background-color: rgb(167,117,144); }

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

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

 span { border-color: rgb(167,117,144); }

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