#A77091

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

Shades of Mountbatten Pink #A77091

Tints of Mountbatten Pink #A77091

Color information

#A77091 (or 0xA77091) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 70 and 91. RGB value is (167,112,145). Sum of RGB (Red+Green+Blue) = 167+112+145=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 167 - color contains mainly: red. Hex color #A77091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77091 is #588F6E. Grayscale: #848484. Windows color (decimal): -5803887 or 9531559. OLE color: 9531559.

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

Color convert

RGB167112145-
CMYK00.330.130.35
HSL324º23.81%54.71%-
HSV(B)324º32.93%65.49%-
XYZ26.8421.8529.59-
YUV132.21135.22152.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.39%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 145 (57.03% from 255) = 34.20%
R=39.39%
G=26.42%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711214500.330.130.3532423.8154.71
HexA77091021D231441837
Octal24716022104115435043067
Binary101001111110000100100010100001110110001110100010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77091; }

 p { color: rgb(167,112,145); }

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

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

 a { background-color: rgb(167,112,145); }

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

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

 span { border-color: rgb(167,112,145); }

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