Html Css Color HEX #AAA3A9 London Hue

📋 copy color: '#AAA3A9'

red 170 ◦ green 163 ◦ blue 169

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

Shades of London Hue #AAA3A9

Tints of London Hue #AAA3A9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.47%

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

R = 33.86%
G = 32.47%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AAA3A9 (or 0xAAA3A9) is known color: London Hue. HEX triplet: AA, A3 and A9. RGB value is (170,163,169). Sum of RGB (Red+Green+Blue) = 170+163+169=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA3A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA3A9 is #555C56. Grayscale: #A5A5A5. Windows color (decimal): -5594199 or 11117482. OLE color: 11117482.

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

Color convert

RGB 170 163 169 -
CMYK 0 0.04 0.01 0.33
HSL 308.57º 0.04% 0.65% -
HSV(B) 308.57º 0.04% 0.67% -
XYZ 36.84 37.61 42.85 -
YUV 165.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 170 163 169 0 0.04 0.01 0.33 308.57 0.04 0.65
Hex AA A3 A9 0 4 1 21 135 4 41
Octal 252 243 251 0 4 1 41 465 4 101
Binary 10101010 10100011 10101001 0 100 1 100001 100110101 100 1000001

Color Harmonies of #AAA3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA3A9

Black with #AAA3A9

Text Example


Text Example

White with #AAA3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA3A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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