#A16E8C

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

Shades of Mountbatten Pink #A16E8C

Tints of Mountbatten Pink #A16E8C

Color information

#A16E8C (or 0xA16E8C) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 6E and 8C. RGB value is (161,110,140). Sum of RGB (Red+Green+Blue) = 161+110+140=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16E8C is #5E9173. Grayscale: #808080. Windows color (decimal): -6197620 or 9203361. OLE color: 9203361.

HSL color Cylindrical-coordinate representation of color #A16E8C: hue angle of 324.71º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A16E8C is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB161110140-
CMYK00.320.130.37
HSL324.71º21.34%53.14%-
HSV(B)324.71º31.68%63.14%-
XYZ25.0120.6227.47-
YUV128.67134.4151.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 110 (43.36% from 255) = 26.76%
BLUE value IS 140 (55.08% from 255) = 34.06%
R=39.17%
G=26.76%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111014000.320.130.37324.7121.3453.14
HexA16E8C020D251451535
Octal24115621404015455052565
Binary101000011101110100011000100000110110010110100010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16E8C; }

 p { color: rgb(161,110,140); }

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

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

 a { background-color: rgb(161,110,140); }

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

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

 span { border-color: rgb(161,110,140); }

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