#A17090

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

Shades of Mountbatten Pink #A17090

Tints of Mountbatten Pink #A17090

Color information

#A17090 (or 0xA17090) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 70 and 90. RGB value is (161,112,144). Sum of RGB (Red+Green+Blue) = 161+112+144=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A17090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17090 is #5E8F6F. Grayscale: #828282. Windows color (decimal): -6197104 or 9466017. OLE color: 9466017.

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

Color convert

RGB161112144-
CMYK00.300.110.37
HSL320.82º20.68%53.53%-
HSV(B)320.82º30.43%63.14%-
XYZ25.5321.1829.13-
YUV130.3135.73149.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=38.61%
G=26.86%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111214400.300.110.37320.8220.6853.53
HexA1709001EB251411536
Octal24116022003613455012566
Binary10100001111000010010000011110101110010110100000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17090; }

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

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

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

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

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

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

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

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