#AA698E

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

Shades of Mountbatten Pink #AA698E

Tints of Mountbatten Pink #AA698E

Color information

#AA698E (or 0xAA698E) is unknown color: approx Mountbatten Pink. HEX triplet: AA, 69 and 8E. RGB value is (170,105,142). Sum of RGB (Red+Green+Blue) = 170+105+142=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA698E is #559671. Grayscale: #808080. Windows color (decimal): -5609074 or 9333162. OLE color: 9333162.

HSL color Cylindrical-coordinate representation of color #AA698E: hue angle of 325.85º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA698E is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB170105142-
CMYK00.380.160.33
HSL325.85º27.66%53.92%-
HSV(B)325.85º38.24%66.67%-
XYZ26.5120.628.17-
YUV128.65135.53157.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=40.77%
G=25.18%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010514200.380.160.33325.8527.6653.92
HexAA698E02610211461c36
Octal25215121604620415063466
Binary1010101011010011000111001001101000010000110100011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA698E; }

 p { color: rgb(170,105,142); }

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

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

 a { background-color: rgb(170,105,142); }

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

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

 span { border-color: rgb(170,105,142); }

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