#AA85A5

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

Shades of London Hue #AA85A5

Tints of London Hue #AA85A5

Color information

#AA85A5 (or 0xAA85A5) is unknown color: approx London Hue. HEX triplet: AA, 85 and A5. RGB value is (170,133,165). Sum of RGB (Red+Green+Blue) = 170+133+165=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA85A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA85A5 is #557A5A. Grayscale: #939393. Windows color (decimal): -5601883 or 10847658. OLE color: 10847658.

HSL color Cylindrical-coordinate representation of color #AA85A5: hue angle of 308.11º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA85A5 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB170133165-
CMYK00.220.030.33
HSL308.11º17.87%59.41%-
HSV(B)308.11º21.76%66.67%-
XYZ31.7628.0439.34-
YUV147.71137.76143.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 165 (64.84% from 255) = 35.26%
R=36.32%
G=28.42%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013316500.220.030.33308.1117.8759.41
HexAA85A5016321134123b
Octal2522052450263414642273
Binary1010101010000101101001010101101110000110011010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA85A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA85A5; }

 p { color: rgb(170,133,165); }

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

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

 a { background-color: rgb(170,133,165); }

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

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

 span { border-color: rgb(170,133,165); }

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