#AA98AC

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

Shades of London Hue #AA98AC

Tints of London Hue #AA98AC

Color information

#AA98AC (or 0xAA98AC) is unknown color: approx London Hue. HEX triplet: AA, 98 and AC. RGB value is (170,152,172). Sum of RGB (Red+Green+Blue) = 170+152+172=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA98AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA98AC is #556753. Grayscale: #9F9F9F. Windows color (decimal): -5597012 or 11311274. OLE color: 11311274.

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

Color convert

RGB170152172-
CMYK0.010.1200.33
HSL294º10.75%63.53%-
HSV(B)294º11.63%67.45%-
XYZ35.2533.9843.73-
YUV159.66134.96135.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=34.41%
G=30.77%
B=34.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701521720.010.1200.3329410.7563.53
HexAA98AC1C021126b40
Octal25223025411404144613100
Binary10101010100110001010110011100010000110010011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98AC; }

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

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

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

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

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

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

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

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