#A17089

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

Shades of Mountbatten Pink #A17089

Tints of Mountbatten Pink #A17089

Color information

#A17089 (or 0xA17089) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 70 and 89. RGB value is (161,112,137). Sum of RGB (Red+Green+Blue) = 161+112+137=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A17089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17089 is #5E8F76. Grayscale: #818181. Windows color (decimal): -6197111 or 9007265. OLE color: 9007265.

HSL color Cylindrical-coordinate representation of color #A17089: hue angle of 329.39º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17089 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB161112137-
CMYK00.300.150.37
HSL329.39º20.68%53.53%-
HSV(B)329.39º30.43%63.14%-
XYZ25.0120.9726.4-
YUV129.5132.23150.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 112 (44.14% from 255) = 27.32%
BLUE value IS 137 (53.91% from 255) = 33.41%
R=39.27%
G=27.32%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111213700.300.150.37329.3920.6853.53
HexA1708901EF251491536
Octal24116021103617455112566
Binary10100001111000010001001011110111110010110100100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17089; }

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

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

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

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

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

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

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

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