#A17889

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

Shades of Mountbatten Pink #A17889

Tints of Mountbatten Pink #A17889

Color information

#A17889 (or 0xA17889) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 78 and 89. RGB value is (161,120,137). Sum of RGB (Red+Green+Blue) = 161+120+137=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A17889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17889 is #5E8776. Grayscale: #868686. Windows color (decimal): -6195063 or 9009313. OLE color: 9009313.

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

Color convert

RGB161120137-
CMYK00.250.150.37
HSL335.12º17.9%55.1%-
HSV(B)335.12º25.47%63.14%-
XYZ25.9322.8226.7-
YUV134.2129.58147.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 120 (47.27% from 255) = 28.71%
BLUE value IS 137 (53.91% from 255) = 32.78%
R=38.52%
G=28.71%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112013700.250.150.37335.1217.955.1
HexA17889019F2514f1237
Octal24117021103117455172267
Binary10100001111100010001001011001111110010110100111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17889; }

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

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

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

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

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

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

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

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