#A17E91

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

Shades of Mountbatten Pink #A17E91

Tints of Mountbatten Pink #A17E91

Color information

#A17E91 (or 0xA17E91) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 7E and 91. RGB value is (161,126,145). Sum of RGB (Red+Green+Blue) = 161+126+145=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17E91 is #5E816E. Grayscale: #8A8A8A. Windows color (decimal): -6193519 or 9535137. OLE color: 9535137.

HSL color Cylindrical-coordinate representation of color #A17E91: hue angle of 327.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A17E91 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB161126145-
CMYK00.220.100.37
HSL327.43º15.7%56.27%-
HSV(B)327.43º21.74%63.14%-
XYZ27.2724.5430.09-
YUV138.63131.6143.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 126 (49.61% from 255) = 29.17%
BLUE value IS 145 (57.03% from 255) = 33.56%
R=37.27%
G=29.17%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112614500.220.100.37327.4315.756.27
HexA17E91016A251471038
Octal24117622102612455072070
Binary10100001111111010010001010110101010010110100011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17E91; }

 p { color: rgb(161,126,145); }

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

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

 a { background-color: rgb(161,126,145); }

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

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

 span { border-color: rgb(161,126,145); }

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