#A18091

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

Shades of Mountbatten Pink #A18091

Tints of Mountbatten Pink #A18091

Color information

#A18091 (or 0xA18091) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 80 and 91. RGB value is (161,128,145). Sum of RGB (Red+Green+Blue) = 161+128+145=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A18091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18091 is #5E7F6E. Grayscale: #8B8B8B. Windows color (decimal): -6193007 or 9535649. OLE color: 9535649.

HSL color Cylindrical-coordinate representation of color #A18091: hue angle of 329.09º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18091 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB161128145-
CMYK00.200.100.37
HSL329.09º14.93%56.67%-
HSV(B)329.09º20.5%63.14%-
XYZ27.5325.0630.17-
YUV139.8130.93143.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 145 (57.03% from 255) = 33.41%
R=37.10%
G=29.49%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112814500.200.100.37329.0914.9356.67
HexA18091014A25149f39
Octal24120022102412455111771
Binary10100001100000001001000101010010101001011010010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18091; }

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

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

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

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

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

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

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

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