#A37392

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

Shades of Mountbatten Pink #A37392

Tints of Mountbatten Pink #A37392

Color information

#A37392 (or 0xA37392) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 73 and 92. RGB value is (163,115,146). Sum of RGB (Red+Green+Blue) = 163+115+146=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A37392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37392 is #5C8C6D. Grayscale: #848484. Windows color (decimal): -6065262 or 9597859. OLE color: 9597859.

HSL color Cylindrical-coordinate representation of color #A37392: hue angle of 321.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A37392 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB163115146-
CMYK00.290.100.36
HSL321.25º20.69%54.51%-
HSV(B)321.25º29.45%63.92%-
XYZ26.4222.1230.07-
YUV132.89135.4149.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 115 (45.31% from 255) = 27.12%
BLUE value IS 146 (57.42% from 255) = 34.43%
R=38.44%
G=27.12%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311514600.290.100.36321.2520.6954.51
HexA3739201DA241411537
Octal24316322203512445012567
Binary10100011111001110010010011101101010010010100000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37392; }

 p { color: rgb(163,115,146); }

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

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

 a { background-color: rgb(163,115,146); }

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

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

 span { border-color: rgb(163,115,146); }

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