#A18090

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

Shades of Mountbatten Pink #A18090

Tints of Mountbatten Pink #A18090

Color information

#A18090 (or 0xA18090) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 80 and 90. RGB value is (161,128,144). Sum of RGB (Red+Green+Blue) = 161+128+144=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A18090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18090 is #5E7F6F. Grayscale: #8B8B8B. Windows color (decimal): -6193008 or 9470113. OLE color: 9470113.

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

Color convert

RGB161128144-
CMYK00.200.110.37
HSL330.91º14.93%56.67%-
HSV(B)330.91º20.5%63.14%-
XYZ27.4525.0329.77-
YUV139.69130.43143.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 144 (56.64% from 255) = 33.26%
R=37.18%
G=29.56%
B=33.26%

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
Decimal16112814400.200.110.37330.9114.9356.67
HexA18090014B2514bf39
Octal24120022002413455131771
Binary10100001100000001001000001010010111001011010010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18090; }

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

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

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

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

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

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

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

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