#AA92A6

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

Shades of London Hue #AA92A6

Tints of London Hue #AA92A6

Color information

#AA92A6 (or 0xAA92A6) is unknown color: approx London Hue. HEX triplet: AA, 92 and A6. RGB value is (170,146,166). Sum of RGB (Red+Green+Blue) = 170+146+166=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AA92A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA92A6 is #556D59. Grayscale: #9B9B9B. Windows color (decimal): -5598554 or 10916522. OLE color: 10916522.

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

Color convert

RGB170146166-
CMYK00.140.020.33
HSL310º12.37%61.96%-
HSV(B)310º14.12%66.67%-
XYZ33.7431.8640.45-
YUV155.46133.95138.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 146 (57.42% from 255) = 30.29%
BLUE value IS 166 (65.23% from 255) = 34.44%
R=35.27%
G=30.29%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014616600.140.020.3331012.3761.96
HexAA92A60E221136c3e
Octal2522222460162414661476
Binary10101010100100101010011001110101000011001101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92A6; }

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

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

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

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

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

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

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

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