#A37A8C

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

Shades of Mountbatten Pink #A37A8C

Tints of Mountbatten Pink #A37A8C

Color information

#A37A8C (or 0xA37A8C) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 7A and 8C. RGB value is (163,122,140). Sum of RGB (Red+Green+Blue) = 163+122+140=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37A8C is #5C8573. Grayscale: #888888. Windows color (decimal): -6063476 or 9206435. OLE color: 9206435.

HSL color Cylindrical-coordinate representation of color #A37A8C: hue angle of 333.66º 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 #A37A8C is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB163122140-
CMYK00.250.140.36
HSL333.66º18.22%55.88%-
HSV(B)333.66º25.15%63.92%-
XYZ26.823.627.95-
YUV136.31130.08147.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=38.35%
G=28.71%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312214000.250.140.36333.6618.2255.88
HexA37A8C019E2414e1238
Octal24317221403116445162270
Binary10100011111101010001100011001111010010010100111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A8C; }

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

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

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

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

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

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

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

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