#A18490

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

Shades of Mountbatten Pink #A18490

Tints of Mountbatten Pink #A18490

Color information

#A18490 (or 0xA18490) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 84 and 90. RGB value is (161,132,144). Sum of RGB (Red+Green+Blue) = 161+132+144=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 161 - color contains mainly: red. Hex color #A18490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18490 is #5E7B6F. Grayscale: #8E8E8E. Windows color (decimal): -6191984 or 9471137. OLE color: 9471137.

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

Color convert

RGB161132144-
CMYK00.180.110.37
HSL335.17º13.36%57.45%-
HSV(B)335.17º18.01%63.14%-
XYZ27.9826.0929.95-
YUV142.04129.11141.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.84%
GREEN value IS 132 (51.95% from 255) = 30.21%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=36.84%
G=30.21%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113214400.180.110.37335.1713.3657.45
HexA18490012B2514fd39
Octal24120422002213455171571
Binary10100001100001001001000001001010111001011010011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18490; }

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

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

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

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

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

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

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

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