#AA95A6

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

Shades of London Hue #AA95A6

Tints of London Hue #AA95A6

Color information

#AA95A6 (or 0xAA95A6) is unknown color: approx London Hue. HEX triplet: AA, 95 and A6. RGB value is (170,149,166). Sum of RGB (Red+Green+Blue) = 170+149+166=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AA95A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA95A6 is #556A59. Grayscale: #9D9D9D. Windows color (decimal): -5597786 or 10917290. OLE color: 10917290.

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

Color convert

RGB170149166-
CMYK00.120.020.33
HSL311.43º10.99%62.55%-
HSV(B)311.43º12.35%66.67%-
XYZ34.2132.7940.6-
YUV157.22132.96137.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 166 (65.23% from 255) = 34.23%
R=35.05%
G=30.72%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014916600.120.020.33311.4310.9962.55
HexAA95A60C221137b3f
Octal2522252460142414671377
Binary10101010100101011010011001100101000011001101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA95A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA95A6; }

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

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

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

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

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

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

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

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