Html Css Color HEX #AA9AAB London Hue

📋 copy color: '#AA9AAB'

red 170 ◦ green 154 ◦ blue 171

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

Shades of London Hue #AA9AAB

Tints of London Hue #AA9AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.11%

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

R = 34.34%
G = 31.11%
B = 34.55%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA9AAB (or 0xAA9AAB) is known color: London Hue. HEX triplet: AA, 9A and AB. RGB value is (170,154,171). Sum of RGB (Red+Green+Blue) = 170+154+171=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA9AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AAB is #556554. Grayscale: #A0A0A0. Windows color (decimal): -5596501 or 11246250. OLE color: 11246250.

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

Color convert

RGB 170 154 171 -
CMYK 0.01 0.10 0 0.33
HSL 296.47º 0.09% 0.64% -
HSV(B) 296.47º 0.1% 0.67% -
XYZ 35.48 34.6 43.34 -
YUV 160.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 170 154 171 0.01 0.10 0 0.33 296.47 0.09 0.64
Hex AA 9A AB 1 A 0 21 128 9 40
Octal 252 232 253 1 12 0 41 450 11 100
Binary 10101010 10011010 10101011 1 1010 0 100001 100101000 1001 1000000

Color Harmonies of #AA9AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9AAB

Black with #AA9AAB

Text Example


Text Example

White with #AA9AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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