#AA688E

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

Shades of Mountbatten Pink #AA688E

Tints of Mountbatten Pink #AA688E

Color information

#AA688E (or 0xAA688E) is unknown color: approx Mountbatten Pink. HEX triplet: AA, 68 and 8E. RGB value is (170,104,142). Sum of RGB (Red+Green+Blue) = 170+104+142=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA688E is #559771. Grayscale: #7F7F7F. Windows color (decimal): -5609330 or 9332906. OLE color: 9332906.

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

Color convert

RGB170104142-
CMYK00.390.160.33
HSL325.45º27.97%53.73%-
HSV(B)325.45º38.82%66.67%-
XYZ26.4120.428.14-
YUV128.07135.87157.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 104 (41.02% from 255) = 25%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=40.87%
G=25%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010414200.390.160.33325.4527.9753.73
HexAA688E02710211451c36
Octal25215021604720415053466
Binary1010101011010001000111001001111000010000110100010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA688E; }

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

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

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

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

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

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

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

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