#A17591

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

Shades of Mountbatten Pink #A17591

Tints of Mountbatten Pink #A17591

Color information

#A17591 (or 0xA17591) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 75 and 91. RGB value is (161,117,145). Sum of RGB (Red+Green+Blue) = 161+117+145=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A17591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17591 is #5E8A6E. Grayscale: #858585. Windows color (decimal): -6195823 or 9532833. OLE color: 9532833.

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

Color convert

RGB161117145-
CMYK00.270.100.37
HSL321.82º18.97%54.51%-
HSV(B)321.82º27.33%63.14%-
XYZ26.1722.3429.72-
YUV133.35134.58147.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 145 (57.03% from 255) = 34.28%
R=38.06%
G=27.66%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111714500.270.100.37321.8218.9754.51
HexA1759101BA251421337
Octal24116522103312455022367
Binary10100001111010110010001011011101010010110100001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17591; }

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

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

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

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

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

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

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

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