#AA92AB

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

Shades of London Hue #AA92AB

Tints of London Hue #AA92AB

Color information

#AA92AB (or 0xAA92AB) is unknown color: approx London Hue. HEX triplet: AA, 92 and AB. RGB value is (170,146,171). Sum of RGB (Red+Green+Blue) = 170+146+171=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA92AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA92AB is #556D54. Grayscale: #9B9B9B. Windows color (decimal): -5598549 or 11244202. OLE color: 11244202.

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

Color convert

RGB170146171-
CMYK0.010.1500.33
HSL297.6º12.95%62.16%-
HSV(B)297.6º14.62%67.06%-
XYZ34.2132.0442.91-
YUV156.03136.45137.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 146 (57.42% from 255) = 29.98%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=34.91%
G=29.98%
B=35.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701461710.010.1500.33297.612.9562.16
HexAA92AB1F02112ad3e
Octal2522222531170414521576
Binary1010101010010010101010111111101000011001010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92AB; }

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

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

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

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

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

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

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

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