#A4748C

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

Shades of Mountbatten Pink #A4748C

Tints of Mountbatten Pink #A4748C

Color information

#A4748C (or 0xA4748C) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 74 and 8C. RGB value is (164,116,140). Sum of RGB (Red+Green+Blue) = 164+116+140=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A4748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4748C is #5B8B73. Grayscale: #858585. Windows color (decimal): -5999476 or 9204900. OLE color: 9204900.

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

Color convert

RGB164116140-
CMYK00.290.150.36
HSL330º20.87%54.9%-
HSV(B)330º29.27%64.31%-
XYZ26.2922.2827.73-
YUV133.09131.9150.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 140 (55.08% from 255) = 33.33%
R=39.05%
G=27.62%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411614000.290.150.3633020.8754.9
HexA4748C01DF2414a1537
Octal24416421403517445122567
Binary10100100111010010001100011101111110010010100101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4748C; }

 p { color: rgb(164,116,140); }

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

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

 a { background-color: rgb(164,116,140); }

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

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

 span { border-color: rgb(164,116,140); }

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