#AA82A5

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

Shades of London Hue #AA82A5

Tints of London Hue #AA82A5

Color information

#AA82A5 (or 0xAA82A5) is unknown color: approx London Hue. HEX triplet: AA, 82 and A5. RGB value is (170,130,165). Sum of RGB (Red+Green+Blue) = 170+130+165=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA82A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA82A5 is #557D5A. Grayscale: #919191. Windows color (decimal): -5602651 or 10846890. OLE color: 10846890.

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

Color convert

RGB170130165-
CMYK00.240.030.33
HSL307.5º19.05%58.82%-
HSV(B)307.5º23.53%66.67%-
XYZ31.3527.2339.2-
YUV145.95138.75145.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=36.56%
G=27.96%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013016500.240.030.33307.519.0558.82
HexAA82A5018321134133b
Octal2522022450303414642373
Binary1010101010000010101001010110001110000110011010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA82A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA82A5; }

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

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

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

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

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

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

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

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