#A47092

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

Shades of Mountbatten Pink #A47092

Tints of Mountbatten Pink #A47092

Color information

#A47092 (or 0xA47092) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 70 and 92. RGB value is (164,112,146). Sum of RGB (Red+Green+Blue) = 164+112+146=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A47092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47092 is #5B8F6D. Grayscale: #838383. Windows color (decimal): -6000494 or 9597092. OLE color: 9597092.

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

Color convert

RGB164112146-
CMYK00.320.110.36
HSL320.77º22.22%54.12%-
HSV(B)320.77º31.71%64.31%-
XYZ26.2921.5629.97-
YUV131.42136.23151.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.86%
GREEN value IS 112 (44.14% from 255) = 26.54%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=38.86%
G=26.54%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411214600.320.110.36320.7722.2254.12
HexA47092020B241411636
Octal24416022204013445012666
Binary101001001110000100100100100000101110010010100000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47092; }

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

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

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

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

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

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

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

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