Html Css Color HEX #AA9DAB London Hue

📋 copy color: '#AA9DAB'

red 170 ◦ green 157 ◦ blue 171

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

Shades of London Hue #AA9DAB

Tints of London Hue #AA9DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.53%

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

R = 34.14%
G = 31.53%
B = 34.34%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA9DAB (or 0xAA9DAB) is known color: London Hue. HEX triplet: AA, 9D and AB. RGB value is (170,157,171). Sum of RGB (Red+Green+Blue) = 170+157+171=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA9DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9DAB is #556254. Grayscale: #A2A2A2. Windows color (decimal): -5595733 or 11247018. OLE color: 11247018.

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

Color convert

RGB 170 157 171 -
CMYK 0.01 0.08 0 0.33
HSL 295.71º 0.08% 0.64% -
HSV(B) 295.71º 0.08% 0.67% -
XYZ 35.99 35.6 43.5 -
YUV 162.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 170 157 171 0.01 0.08 0 0.33 295.71 0.08 0.64
Hex AA 9D AB 1 8 0 21 128 8 40
Octal 252 235 253 1 10 0 41 450 10 100
Binary 10101010 10011101 10101011 1 1000 0 100001 100101000 1000 1000000

Color Harmonies of #AA9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9DAB

Black with #AA9DAB

Text Example


Text Example

White with #AA9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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