#AA95AC

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

Shades of London Hue #AA95AC

Tints of London Hue #AA95AC

Color information

#AA95AC (or 0xAA95AC) is unknown color: approx London Hue. HEX triplet: AA, 95 and AC. RGB value is (170,149,172). Sum of RGB (Red+Green+Blue) = 170+149+172=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA95AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA95AC is #556A53. Grayscale: #9D9D9D. Windows color (decimal): -5597780 or 11310506. OLE color: 11310506.

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

Color convert

RGB170149172-
CMYK0.010.1300.33
HSL294.78º12.17%62.94%-
HSV(B)294.78º13.37%67.45%-
XYZ34.7733.0243.57-
YUV157.9135.96136.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=34.62%
G=30.35%
B=35.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701491720.010.1300.33294.7812.1762.94
HexAA95AC1D021127c3f
Octal2522252541150414471477
Binary1010101010010101101011001110101000011001001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA95AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA95AC; }

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

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

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

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

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

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

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

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