Html Css Color HEX #AAA5A9 London Hue

📋 copy color: '#AAA5A9'

red 170 ◦ green 165 ◦ blue 169

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

Shades of London Hue #AAA5A9

Tints of London Hue #AAA5A9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.74%

 BLUE value IS 169 (66.41% from 255) = 33.53%

R = 33.73%
G = 32.74%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AAA5A9 (or 0xAAA5A9) is known color: London Hue. HEX triplet: AA, A5 and A9. RGB value is (170,165,169). Sum of RGB (Red+Green+Blue) = 170+165+169=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA5A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA5A9 is #555A56. Grayscale: #A6A6A6. Windows color (decimal): -5593687 or 11117994. OLE color: 11117994.

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

Color convert

RGB 170 165 169 -
CMYK 0 0.03 0.01 0.33
HSL 312º 0.03% 0.66% -
HSV(B) 312º 0.03% 0.67% -
XYZ 37.19 38.32 42.97 -
YUV 166.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 170 165 169 0 0.03 0.01 0.33 312 0.03 0.66
Hex AA A5 A9 0 3 1 21 138 3 42
Octal 252 245 251 0 3 1 41 470 3 102
Binary 10101010 10100101 10101001 0 11 1 100001 100111000 11 1000010

Color Harmonies of #AAA5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5A9

Black with #AAA5A9

Text Example


Text Example

White with #AAA5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5A9; }

 p { color: rgb(170,165,169); }

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

background-color css

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

 a { background-color: rgb(170,165,169); }

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

border-color css

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

 span { border-color: rgb(170,165,169); }

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