#A16E8E

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

Shades of Mountbatten Pink #A16E8E

Tints of Mountbatten Pink #A16E8E

Color information

#A16E8E (or 0xA16E8E) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 6E and 8E. RGB value is (161,110,142). Sum of RGB (Red+Green+Blue) = 161+110+142=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16E8E is #5E9171. Grayscale: #808080. Windows color (decimal): -6197618 or 9334433. OLE color: 9334433.

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

Color convert

RGB161110142-
CMYK00.320.120.37
HSL322.35º21.34%53.14%-
HSV(B)322.35º31.68%63.14%-
XYZ25.1620.6828.26-
YUV128.9135.4150.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 142 (55.86% from 255) = 34.38%
R=38.98%
G=26.63%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111014200.320.120.37322.3521.3453.14
HexA16E8E020C251421535
Octal24115621604014455022565
Binary101000011101110100011100100000110010010110100001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16E8E; }

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

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

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

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

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

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

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

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