#A37B8F

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

Shades of Mountbatten Pink #A37B8F

Tints of Mountbatten Pink #A37B8F

Color information

#A37B8F (or 0xA37B8F) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 7B and 8F. RGB value is (163,123,143). Sum of RGB (Red+Green+Blue) = 163+123+143=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37B8F is #5C8470. Grayscale: #898989. Windows color (decimal): -6063217 or 9403299. OLE color: 9403299.

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

Color convert

RGB163123143-
CMYK00.250.120.36
HSL330º17.86%56.08%-
HSV(B)330º24.54%63.92%-
XYZ27.1523.9429.18-
YUV137.24131.25146.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 123 (48.44% from 255) = 28.67%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=38.00%
G=28.67%
B=33.33%

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
Decimal16312314300.250.120.3633017.8656.08
HexA37B8F019C2414a1238
Octal24317321703114445122270
Binary10100011111101110001111011001110010010010100101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37B8F; }

 p { color: rgb(163,123,143); }

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

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

 a { background-color: rgb(163,123,143); }

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

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

 span { border-color: rgb(163,123,143); }

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