#AA88A3

Color #AA88A3 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AA88A3

Tints of London Hue #AA88A3

Color information

#AA88A3 (or 0xAA88A3) is unknown color: approx London Hue. HEX triplet: AA, 88 and A3. RGB value is (170,136,163). Sum of RGB (Red+Green+Blue) = 170+136+163=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AA88A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA88A3 is #55775C. Grayscale: #959595. Windows color (decimal): -5601117 or 10717354. OLE color: 10717354.

HSL color Cylindrical-coordinate representation of color #AA88A3: hue angle of 312.35º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA88A3 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB170136163-
CMYK00.200.040.33
HSL312.35º16.67%60%-
HSV(B)312.35º20%66.67%-
XYZ31.9928.838.52-
YUV149.24135.76142.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 163 (64.06% from 255) = 34.75%
R=36.25%
G=29.00%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013616300.200.040.33312.3516.6760
HexAA88A3014421138113c
Octal2522102430244414702174
Binary10101010100010001010001101010010010000110011100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA88A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA88A3; }

 p { color: rgb(170,136,163); }

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

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

 a { background-color: rgb(170,136,163); }

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

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

 span { border-color: rgb(170,136,163); }

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