Html Css Color HEX #AAA0AB London Hue

📋 copy color: '#AAA0AB'

red 170 ◦ green 160 ◦ blue 171

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

Shades of London Hue #AAA0AB

Tints of London Hue #AAA0AB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.94%

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

R = 33.93%
G = 31.94%
B = 34.13%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AAA0AB (or 0xAAA0AB) is known color: London Hue. HEX triplet: AA, A0 and AB. RGB value is (170,160,171). Sum of RGB (Red+Green+Blue) = 170+160+171=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 171 - color contains mainly: blue. Hex color #AAA0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA0AB is #555F54. Grayscale: #A4A4A4. Windows color (decimal): -5594965 or 11247786. OLE color: 11247786.

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

Color convert

RGB 170 160 171 -
CMYK 0.01 0.06 0 0.33
HSL 294.55º 0.06% 0.65% -
HSV(B) 294.55º 0.06% 0.67% -
XYZ 36.5 36.63 43.67 -
YUV 164.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 170 160 171 0.01 0.06 0 0.33 294.55 0.06 0.65
Hex AA A0 AB 1 6 0 21 127 6 41
Octal 252 240 253 1 6 0 41 447 6 101
Binary 10101010 10100000 10101011 1 110 0 100001 100100111 110 1000001

Color Harmonies of #AAA0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA0AB

Black with #AAA0AB

Text Example


Text Example

White with #AAA0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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