#A37F8F

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

Shades of Mountbatten Pink #A37F8F

Tints of Mountbatten Pink #A37F8F

Color information

#A37F8F (or 0xA37F8F) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 7F and 8F. RGB value is (163,127,143). Sum of RGB (Red+Green+Blue) = 163+127+143=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F8F is #5C8070. Grayscale: #8B8B8B. Windows color (decimal): -6062193 or 9404323. OLE color: 9404323.

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

Color convert

RGB163127143-
CMYK00.220.120.36
HSL333.33º16.36%56.86%-
HSV(B)333.33º22.09%63.92%-
XYZ27.6524.9529.34-
YUV139.59129.93144.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 127 (50% from 255) = 29.33%
BLUE value IS 143 (56.25% from 255) = 33.03%
R=37.64%
G=29.33%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312714300.220.120.36333.3316.3656.86
HexA37F8F016C2414d1039
Octal24317721702614445152071
Binary10100011111111110001111010110110010010010100110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37F8F; }

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

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

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

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

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

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

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

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