#A18190

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

Shades of Mountbatten Pink #A18190

Tints of Mountbatten Pink #A18190

Color information

#A18190 (or 0xA18190) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 81 and 90. RGB value is (161,129,144). Sum of RGB (Red+Green+Blue) = 161+129+144=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A18190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18190 is #5E7E6F. Grayscale: #8C8C8C. Windows color (decimal): -6192752 or 9470369. OLE color: 9470369.

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

Color convert

RGB161129144-
CMYK00.200.110.37
HSL331.88º14.55%56.86%-
HSV(B)331.88º19.88%63.14%-
XYZ27.5825.2929.81-
YUV140.28130.1142.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 129 (50.78% from 255) = 29.72%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=37.10%
G=29.72%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112914400.200.110.37331.8814.5556.86
HexA18190014B2514cf39
Octal24120122002413455141771
Binary10100001100000011001000001010010111001011010011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18190; }

 p { color: rgb(161,129,144); }

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

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

 a { background-color: rgb(161,129,144); }

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

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

 span { border-color: rgb(161,129,144); }

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