#A37288

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

Shades of Mountbatten Pink #A37288

Tints of Mountbatten Pink #A37288

Color information

#A37288 (or 0xA37288) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 72 and 88. RGB value is (163,114,136). Sum of RGB (Red+Green+Blue) = 163+114+136=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A37288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37288 is #5C8D77. Grayscale: #838383. Windows color (decimal): -6065528 or 8942243. OLE color: 8942243.

HSL color Cylindrical-coordinate representation of color #A37288: hue angle of 333.06º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A37288 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB163114136-
CMYK00.300.170.36
HSL333.06º21.03%54.31%-
HSV(B)333.06º30.06%63.92%-
XYZ25.5721.626.11-
YUV131.16130.73150.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.47%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 136 (53.52% from 255) = 32.93%
R=39.47%
G=27.60%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311413600.300.170.36333.0621.0354.31
HexA3728801E112414d1536
Octal24316221003621445152566
Binary101000111110010100010000111101000110010010100110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37288; }

 p { color: rgb(163,114,136); }

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

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

 a { background-color: rgb(163,114,136); }

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

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

 span { border-color: rgb(163,114,136); }

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