Html Css Color HEX #AA99AB London Hue

📋 copy color: '#AA99AB'

red 170 ◦ green 153 ◦ blue 171

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

Shades of London Hue #AA99AB

Tints of London Hue #AA99AB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.97%

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

R = 34.41%
G = 30.97%
B = 34.62%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA99AB (or 0xAA99AB) is known color: London Hue. HEX triplet: AA, 99 and AB. RGB value is (170,153,171). Sum of RGB (Red+Green+Blue) = 170+153+171=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA99AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99AB is #556654. Grayscale: #A0A0A0. Windows color (decimal): -5596757 or 11245994. OLE color: 11245994.

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

Color convert

RGB 170 153 171 -
CMYK 0.01 0.11 0 0.33
HSL 296.67º 0.1% 0.64% -
HSV(B) 296.67º 0.11% 0.67% -
XYZ 35.32 34.27 43.28 -
YUV 160.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 170 153 171 0.01 0.11 0 0.33 296.67 0.1 0.64
Hex AA 99 AB 1 B 0 21 129 A 40
Octal 252 231 253 1 13 0 41 451 12 100
Binary 10101010 10011001 10101011 1 1011 0 100001 100101001 1010 1000000

Color Harmonies of #AA99AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99AB

Black with #AA99AB

Text Example


Text Example

White with #AA99AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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