#A17891

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

Shades of Mountbatten Pink #A17891

Tints of Mountbatten Pink #A17891

Color information

#A17891 (or 0xA17891) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 78 and 91. RGB value is (161,120,145). Sum of RGB (Red+Green+Blue) = 161+120+145=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A17891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17891 is #5E876E. Grayscale: #878787. Windows color (decimal): -6195055 or 9533601. OLE color: 9533601.

HSL color Cylindrical-coordinate representation of color #A17891: hue angle of 323.41º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A17891 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB161120145-
CMYK00.250.100.37
HSL323.41º17.9%55.1%-
HSV(B)323.41º25.47%63.14%-
XYZ26.5323.0529.84-
YUV135.11133.58146.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.79%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 145 (57.03% from 255) = 34.04%
R=37.79%
G=28.17%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112014500.250.100.37323.4117.955.1
HexA17891019A251431237
Octal24117022103112455032267
Binary10100001111100010010001011001101010010110100001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17891; }

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

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

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

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

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

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

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

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