#A17F90

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

Shades of Mountbatten Pink #A17F90

Tints of Mountbatten Pink #A17F90

Color information

#A17F90 (or 0xA17F90) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 7F and 90. RGB value is (161,127,144). Sum of RGB (Red+Green+Blue) = 161+127+144=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17F90 is #5E806F. Grayscale: #8B8B8B. Windows color (decimal): -6193264 or 9469857. OLE color: 9469857.

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

Color convert

RGB161127144-
CMYK00.210.110.37
HSL330º15.32%56.47%-
HSV(B)330º21.12%63.14%-
XYZ27.3224.7729.73-
YUV139.1130.76143.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 144 (56.64% from 255) = 33.33%
R=37.27%
G=29.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112714400.210.110.3733015.3256.47
HexA17F90015B2514af38
Octal24117722002513455121770
Binary1010000111111111001000001010110111001011010010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17F90; }

 p { color: rgb(161,127,144); }

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

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

 a { background-color: rgb(161,127,144); }

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

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

 span { border-color: rgb(161,127,144); }

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