Html Css Color HEX #AA90AC London Hue

📋 copy color: '#AA90AC'

red 170 ◦ green 144 ◦ blue 172

#AA90AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #AA90AC

Tints of London Hue #AA90AC

RGB

 RED value IS 170 (66.8% from 255) = 34.98%

 GREEN value IS 144 (56.64% from 255) = 29.63%

 BLUE value IS 172 (67.58% from 255) = 35.39%

R = 34.98%
G = 29.63%
B = 35.39%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA90AC (or 0xAA90AC) is known color: London Hue. HEX triplet: AA, 90 and AC. RGB value is (170,144,172). Sum of RGB (Red+Green+Blue) = 170+144+172=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA90AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA90AC is #556F53. Grayscale: #9A9A9A. Windows color (decimal): -5599060 or 11309226. OLE color: 11309226.

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

Color convert

RGB 170 144 172 -
CMYK 0.01 0.16 0 0.33
HSL 295.71º 0.14% 0.62% -
HSV(B) 295.71º 0.16% 0.67% -
XYZ 34 31.47 43.31 -
YUV 154.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 170 144 172 0.01 0.16 0 0.33 295.71 0.14 0.62
Hex AA 90 AC 1 10 0 21 128 E 3E
Octal 252 220 254 1 20 0 41 450 16 76
Binary 10101010 10010000 10101100 1 10000 0 100001 100101000 1110 111110

Color Harmonies of #AA90AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90AC

Black with #AA90AC

Text Example


Text Example

White with #AA90AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90AC; }

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

 H1.HeaderClassName
 {
   color: #AA90AC;
 }
 .AnyTagClassName
 {
   color: #AA90AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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