#A47692

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

Shades of Mountbatten Pink #A47692

Tints of Mountbatten Pink #A47692

Color information

#A47692 (or 0xA47692) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 76 and 92. RGB value is (164,118,146). Sum of RGB (Red+Green+Blue) = 164+118+146=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A47692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47692 is #5B896D. Grayscale: #868686. Windows color (decimal): -5998958 or 9598628. OLE color: 9598628.

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

Color convert

RGB164118146-
CMYK00.280.110.36
HSL323.48º20.18%55.29%-
HSV(B)323.48º28.05%64.31%-
XYZ26.9822.9230.2-
YUV134.95134.24148.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 118 (46.48% from 255) = 27.57%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=38.32%
G=27.57%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411814600.280.110.36323.4820.1855.29
HexA4769201CB241431437
Octal24416622203413445032467
Binary10100100111011010010010011100101110010010100001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47692; }

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

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

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

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

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

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

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

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