#AA92A5

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

Shades of London Hue #AA92A5

Tints of London Hue #AA92A5

Color information

#AA92A5 (or 0xAA92A5) is unknown color: approx London Hue. HEX triplet: AA, 92 and A5. RGB value is (170,146,165). Sum of RGB (Red+Green+Blue) = 170+146+165=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AA92A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA92A5 is #556D5A. Grayscale: #9B9B9B. Windows color (decimal): -5598555 or 10850986. OLE color: 10850986.

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

Color convert

RGB170146165-
CMYK00.140.030.33
HSL312.5º12.37%61.96%-
HSV(B)312.5º14.12%66.67%-
XYZ33.6531.8239.97-
YUV155.34133.45138.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 146 (57.42% from 255) = 30.35%
BLUE value IS 165 (64.84% from 255) = 34.30%
R=35.34%
G=30.35%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014616500.140.030.33312.512.3761.96
HexAA92A50E321138c3e
Octal2522222450163414701476
Binary10101010100100101010010101110111000011001110001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92A5; }

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

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

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

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

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

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

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

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