#A47891

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

Shades of Mountbatten Pink #A47891

Tints of Mountbatten Pink #A47891

Color information

#A47891 (or 0xA47891) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 78 and 91. RGB value is (164,120,145). Sum of RGB (Red+Green+Blue) = 164+120+145=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A47891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47891 is #5B876E. Grayscale: #878787. Windows color (decimal): -5998447 or 9533604. OLE color: 9533604.

HSL color Cylindrical-coordinate representation of color #A47891: hue angle of 325.91º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A47891 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB164120145-
CMYK00.270.120.36
HSL325.91º19.47%55.69%-
HSV(B)325.91º26.83%64.31%-
XYZ27.1423.3729.87-
YUV136.01133.08147.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 120 (47.27% from 255) = 27.97%
BLUE value IS 145 (57.03% from 255) = 33.80%
R=38.23%
G=27.97%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412014500.270.120.36325.9119.4755.69
HexA4789101BC241461338
Octal24417022103314445062370
Binary10100100111100010010001011011110010010010100011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47891; }

 p { color: rgb(164,120,145); }

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

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

 a { background-color: rgb(164,120,145); }

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

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

 span { border-color: rgb(164,120,145); }

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