#A97090

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

Shades of Mountbatten Pink #A97090

Tints of Mountbatten Pink #A97090

Color information

#A97090 (or 0xA97090) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 70 and 90. RGB value is (169,112,144). Sum of RGB (Red+Green+Blue) = 169+112+144=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A97090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97090 is #568F6F. Grayscale: #848484. Windows color (decimal): -5672816 or 9466025. OLE color: 9466025.

HSL color Cylindrical-coordinate representation of color #A97090: hue angle of 326.32º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A97090 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB169112144-
CMYK00.340.150.34
HSL326.32º24.89%55.1%-
HSV(B)326.32º33.73%66.27%-
XYZ27.1922.0429.21-
YUV132.69134.38153.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.76%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 144 (56.64% from 255) = 33.88%
R=39.76%
G=26.35%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911214400.340.150.34326.3224.8955.1
HexA97090022F221461937
Octal25116022004217425063167
Binary101010011110000100100000100010111110001010100011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97090; }

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

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

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

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

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

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

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

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