#A47392

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

Shades of Mountbatten Pink #A47392

Tints of Mountbatten Pink #A47392

Color information

#A47392 (or 0xA47392) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 73 and 92. RGB value is (164,115,146). Sum of RGB (Red+Green+Blue) = 164+115+146=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A47392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47392 is #5B8C6D. Grayscale: #858585. Windows color (decimal): -5999726 or 9597860. OLE color: 9597860.

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

Color convert

RGB164115146-
CMYK00.300.110.36
HSL322.04º21.21%54.71%-
HSV(B)322.04º29.88%64.31%-
XYZ26.6322.2330.08-
YUV133.18135.23149.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 146 (57.42% from 255) = 34.35%
R=38.59%
G=27.06%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411514600.300.110.36322.0421.2154.71
HexA4739201EB241421537
Octal24416322203613445022567
Binary10100100111001110010010011110101110010010100001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47392; }

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

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

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

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

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

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

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

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