#A97290

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

Shades of Mountbatten Pink #A97290

Tints of Mountbatten Pink #A97290

Color information

#A97290 (or 0xA97290) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 72 and 90. RGB value is (169,114,144). Sum of RGB (Red+Green+Blue) = 169+114+144=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A97290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97290 is #568D6F. Grayscale: #858585. Windows color (decimal): -5672304 or 9466537. OLE color: 9466537.

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

Color convert

RGB169114144-
CMYK00.330.150.34
HSL327.27º24.23%55.49%-
HSV(B)327.27º32.54%66.27%-
XYZ27.4122.4829.28-
YUV133.86133.72153.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 144 (56.64% from 255) = 33.72%
R=39.58%
G=26.70%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911414400.330.150.34327.2724.2355.49
HexA97290021F221471837
Octal25116222004117425073067
Binary101010011110010100100000100001111110001010100011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97290; }

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

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

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

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

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

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

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

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