#AA95A5

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

Shades of London Hue #AA95A5

Tints of London Hue #AA95A5

Color information

#AA95A5 (or 0xAA95A5) is unknown color: approx London Hue. HEX triplet: AA, 95 and A5. RGB value is (170,149,165). Sum of RGB (Red+Green+Blue) = 170+149+165=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AA95A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA95A5 is #556A5A. Grayscale: #9D9D9D. Windows color (decimal): -5597787 or 10851754. OLE color: 10851754.

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

Color convert

RGB170149165-
CMYK00.120.030.33
HSL314.29º10.99%62.55%-
HSV(B)314.29º12.35%66.67%-
XYZ34.1232.7640.12-
YUV157.1132.46137.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 165 (64.84% from 255) = 34.09%
R=35.12%
G=30.79%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014916500.120.030.33314.2910.9962.55
HexAA95A50C32113ab3f
Octal2522252450143414721377
Binary10101010100101011010010101100111000011001110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA95A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA95A5; }

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

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

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

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

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

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

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

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