#A47592

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

Shades of Mountbatten Pink #A47592

Tints of Mountbatten Pink #A47592

Color information

#A47592 (or 0xA47592) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 75 and 92. RGB value is (164,117,146). Sum of RGB (Red+Green+Blue) = 164+117+146=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A47592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47592 is #5B8A6D. Grayscale: #868686. Windows color (decimal): -5999214 or 9598372. OLE color: 9598372.

HSL color Cylindrical-coordinate representation of color #A47592: hue angle of 322.98º 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 #A47592 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB164117146-
CMYK00.290.110.36
HSL322.98º20.52%55.1%-
HSV(B)322.98º28.66%64.31%-
XYZ26.8622.6930.16-
YUV134.36134.57149.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 146 (57.42% from 255) = 34.19%
R=38.41%
G=27.40%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411714600.290.110.36322.9820.5255.1
HexA4759201DB241431537
Octal24416522203513445032567
Binary10100100111010110010010011101101110010010100001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47592; }

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

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

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

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

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

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

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

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