#A17589

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

Shades of Mountbatten Pink #A17589

Tints of Mountbatten Pink #A17589

Color information

#A17589 (or 0xA17589) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 75 and 89. RGB value is (161,117,137). Sum of RGB (Red+Green+Blue) = 161+117+137=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A17589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17589 is #5E8A76. Grayscale: #848484. Windows color (decimal): -6195831 or 9008545. OLE color: 9008545.

HSL color Cylindrical-coordinate representation of color #A17589: hue angle of 332.73º 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 #A17589 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB161117137-
CMYK00.270.150.37
HSL332.73º18.97%54.51%-
HSV(B)332.73º27.33%63.14%-
XYZ25.5722.1126.59-
YUV132.44130.58148.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 137 (53.91% from 255) = 33.01%
R=38.80%
G=28.19%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111713700.270.150.37332.7318.9754.51
HexA1758901BF2514d1337
Octal24116521103317455152367
Binary10100001111010110001001011011111110010110100110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17589; }

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

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

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

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

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

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

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

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