#AA708E

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

Shades of Mountbatten Pink #AA708E

Tints of Mountbatten Pink #AA708E

Color information

#AA708E (or 0xAA708E) is unknown color: approx Mountbatten Pink. HEX triplet: AA, 70 and 8E. RGB value is (170,112,142). Sum of RGB (Red+Green+Blue) = 170+112+142=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA708E is #558F71. Grayscale: #848484. Windows color (decimal): -5607282 or 9334954. OLE color: 9334954.

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

Color convert

RGB170112142-
CMYK00.340.160.33
HSL328.97º25.44%55.29%-
HSV(B)328.97º34.12%66.67%-
XYZ27.2522.0928.42-
YUV132.76133.22154.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=40.09%
G=26.42%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011214200.340.160.33328.9725.4455.29
HexAA708E02210211491937
Octal25216021604220415113167
Binary1010101011100001000111001000101000010000110100100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA708E; }

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

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

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

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

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

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

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

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