#A16D91

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

Shades of Mountbatten Pink #A16D91

Tints of Mountbatten Pink #A16D91

Color information

#A16D91 (or 0xA16D91) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 6D and 91. RGB value is (161,109,145). Sum of RGB (Red+Green+Blue) = 161+109+145=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16D91 is #5E926E. Grayscale: #808080. Windows color (decimal): -6197871 or 9530785. OLE color: 9530785.

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

Color convert

RGB161109145-
CMYK00.320.100.37
HSL318.46º21.67%52.94%-
HSV(B)318.46º32.3%63.14%-
XYZ25.2820.5629.42-
YUV128.65137.23151.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 109 (42.97% from 255) = 26.27%
BLUE value IS 145 (57.03% from 255) = 34.94%
R=38.80%
G=26.27%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110914500.320.100.37318.4621.6752.94
HexA16D91020A2513e1635
Octal24115522104012454762665
Binary101000011101101100100010100000101010010110011111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16D91; }

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

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

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

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

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

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

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

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