Html Css Color HEX #AAA6A9 London Hue

📋 copy color: '#AAA6A9'

red 170 ◦ green 166 ◦ blue 169

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

Shades of London Hue #AAA6A9

Tints of London Hue #AAA6A9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.87%

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

R = 33.66%
G = 32.87%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AAA6A9 (or 0xAAA6A9) is known color: London Hue. HEX triplet: AA, A6 and A9. RGB value is (170,166,169). Sum of RGB (Red+Green+Blue) = 170+166+169=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA6A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA6A9 is #555956. Grayscale: #A7A7A7. Windows color (decimal): -5593431 or 11118250. OLE color: 11118250.

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

Color convert

RGB 170 166 169 -
CMYK 0 0.02 0.01 0.33
HSL 315º 0.02% 0.66% -
HSV(B) 315º 0.02% 0.67% -
XYZ 37.38 38.68 43.03 -
YUV 167.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 170 166 169 0 0.02 0.01 0.33 315 0.02 0.66
Hex AA A6 A9 0 2 1 21 13B 2 42
Octal 252 246 251 0 2 1 41 473 2 102
Binary 10101010 10100110 10101001 0 10 1 100001 100111011 10 1000010

Color Harmonies of #AAA6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA6A9

Black with #AAA6A9

Text Example


Text Example

White with #AAA6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA6A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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