Html Css Color HEX #AA90AE London Hue

📋 copy color: '#AA90AE'

red 170 ◦ green 144 ◦ blue 174

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

Shades of London Hue #AA90AE

Tints of London Hue #AA90AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.66%

R = 34.84%
G = 29.51%
B = 35.66%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA90AE (or 0xAA90AE) is known color: London Hue. HEX triplet: AA, 90 and AE. RGB value is (170,144,174). Sum of RGB (Red+Green+Blue) = 170+144+174=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA90AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA90AE is #556F51. Grayscale: #9B9B9B. Windows color (decimal): -5599058 or 11440298. OLE color: 11440298.

HSL color Cylindrical-coordinate representation of color #AA90AE: hue angle of 292º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA90AE is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 144 174 -
CMYK 0.02 0.17 0 0.32
HSL 292º 0.16% 0.62% -
HSV(B) 292º 0.17% 0.68% -
XYZ 34.19 31.55 44.33 -
YUV 155.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 170 144 174 0.02 0.17 0 0.32 292 0.16 0.62
Hex AA 90 AE 2 11 0 20 124 10 3E
Octal 252 220 256 2 21 0 40 444 20 76
Binary 10101010 10010000 10101110 10 10001 0 100000 100100100 10000 111110

Color Harmonies of #AA90AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90AE

Black with #AA90AE

Text Example


Text Example

White with #AA90AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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