#AA84A5

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

Shades of London Hue #AA84A5

Tints of London Hue #AA84A5

Color information

#AA84A5 (or 0xAA84A5) is unknown color: approx London Hue. HEX triplet: AA, 84 and A5. RGB value is (170,132,165). Sum of RGB (Red+Green+Blue) = 170+132+165=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AA84A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA84A5 is #557B5A. Grayscale: #939393. Windows color (decimal): -5602139 or 10847402. OLE color: 10847402.

HSL color Cylindrical-coordinate representation of color #AA84A5: hue angle of 307.89º 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 #AA84A5 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB170132165-
CMYK00.220.030.33
HSL307.89º18.27%59.22%-
HSV(B)307.89º22.35%66.67%-
XYZ31.6227.7739.29-
YUV147.12138.09144.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 132 (51.95% from 255) = 28.27%
BLUE value IS 165 (64.84% from 255) = 35.33%
R=36.40%
G=28.27%
B=35.33%

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
Decimal17013216500.220.030.33307.8918.2759.22
HexAA84A5016321134123b
Octal2522042450263414642273
Binary1010101010000100101001010101101110000110011010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA84A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA84A5; }

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

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

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

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

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

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

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

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