#A17188

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

Shades of Mountbatten Pink #A17188

Tints of Mountbatten Pink #A17188

Color information

#A17188 (or 0xA17188) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 71 and 88. RGB value is (161,113,136). Sum of RGB (Red+Green+Blue) = 161+113+136=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A17188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17188 is #5E8E77. Grayscale: #818181. Windows color (decimal): -6196856 or 8941985. OLE color: 8941985.

HSL color Cylindrical-coordinate representation of color #A17188: hue angle of 331.25º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17188 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB161113136-
CMYK00.300.160.37
HSL331.25º20.34%53.73%-
HSV(B)331.25º29.81%63.14%-
XYZ25.0521.1626.06-
YUV129.97131.4150.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 136 (53.52% from 255) = 33.17%
R=39.27%
G=27.56%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111313600.300.160.37331.2520.3453.73
HexA1718801E102514b1436
Octal24116121003620455132466
Binary101000011110001100010000111101000010010110100101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17188; }

 p { color: rgb(161,113,136); }

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

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

 a { background-color: rgb(161,113,136); }

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

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

 span { border-color: rgb(161,113,136); }

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