#A37A90

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

Shades of Mountbatten Pink #A37A90

Tints of Mountbatten Pink #A37A90

Color information

#A37A90 (or 0xA37A90) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 7A and 90. RGB value is (163,122,144). Sum of RGB (Red+Green+Blue) = 163+122+144=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37A90 is #5C856F. Grayscale: #888888. Windows color (decimal): -6063472 or 9468579. OLE color: 9468579.

HSL color Cylindrical-coordinate representation of color #A37A90: hue angle of 327.8º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A37A90 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB163122144-
CMYK00.250.120.36
HSL327.8º18.22%55.88%-
HSV(B)327.8º25.15%63.92%-
XYZ27.123.7229.54-
YUV136.77132.08146.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 144 (56.64% from 255) = 33.57%
R=38.00%
G=28.44%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312214400.250.120.36327.818.2255.88
HexA37A90019C241481238
Octal24317222003114445102270
Binary10100011111101010010000011001110010010010100100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A90; }

 p { color: rgb(163,122,144); }

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

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

 a { background-color: rgb(163,122,144); }

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

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

 span { border-color: rgb(163,122,144); }

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