Html Css Color HEX #AA90AB London Hue

📋 copy color: '#AA90AB'

red 170 ◦ green 144 ◦ blue 171

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

Shades of London Hue #AA90AB

Tints of London Hue #AA90AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 35.05%
G = 29.69%
B = 35.26%

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

#AA90AB (or 0xAA90AB) is known color: London Hue. HEX triplet: AA, 90 and AB. RGB value is (170,144,171). Sum of RGB (Red+Green+Blue) = 170+144+171=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA90AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA90AB is #556F54. Grayscale: #9A9A9A. Windows color (decimal): -5599061 or 11243690. OLE color: 11243690.

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

Color convert

RGB 170 144 171 -
CMYK 0.01 0.16 0 0.33
HSL 297.78º 0.14% 0.62% -
HSV(B) 297.78º 0.16% 0.67% -
XYZ 33.9 31.43 42.81 -
YUV 154.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 170 144 171 0.01 0.16 0 0.33 297.78 0.14 0.62
Hex AA 90 AB 1 10 0 21 12A E 3E
Octal 252 220 253 1 20 0 41 452 16 76
Binary 10101010 10010000 10101011 1 10000 0 100001 100101010 1110 111110

Color Harmonies of #AA90AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90AB

Black with #AA90AB

Text Example


Text Example

White with #AA90AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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