#AA92A8

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

Shades of London Hue #AA92A8

Tints of London Hue #AA92A8

Color information

#AA92A8 (or 0xAA92A8) is unknown color: approx London Hue. HEX triplet: AA, 92 and A8. RGB value is (170,146,168). Sum of RGB (Red+Green+Blue) = 170+146+168=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AA92A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA92A8 is #556D57. Grayscale: #9B9B9B. Windows color (decimal): -5598552 or 11047594. OLE color: 11047594.

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

Color convert

RGB170146168-
CMYK00.140.010.33
HSL305º12.37%61.96%-
HSV(B)305º14.12%66.67%-
XYZ33.9231.9341.42-
YUV155.68134.95138.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 146 (57.42% from 255) = 30.17%
BLUE value IS 168 (66.02% from 255) = 34.71%
R=35.12%
G=30.17%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014616800.140.010.3330512.3761.96
HexAA92A80E121131c3e
Octal2522222500161414611476
Binary1010101010010010101010000111011000011001100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92A8; }

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

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

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

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

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

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

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

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