Html Css Color HEX #AAA5AA London Hue

📋 copy color: '#AAA5AA'

red 170 ◦ green 165 ◦ blue 170

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

Shades of London Hue #AAA5AA

Tints of London Hue #AAA5AA

RGB

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

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

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

R = 33.66%
G = 32.67%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AAA5AA (or 0xAAA5AA) is known color: London Hue. HEX triplet: AA, A5 and AA. RGB value is (170,165,170). Sum of RGB (Red+Green+Blue) = 170+165+170=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AAA5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA5AA is #555A55. Grayscale: #A7A7A7. Windows color (decimal): -5593686 or 11183530. OLE color: 11183530.

HSL color Cylindrical-coordinate representation of color #AAA5AA: hue angle of 300º 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 #AAA5AA is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 165 170 -
CMYK 0 0.03 0 0.33
HSL 300º 0.03% 0.66% -
HSV(B) 300º 0.03% 0.67% -
XYZ 37.29 38.36 43.47 -
YUV 167.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 170 165 170 0 0.03 0 0.33 300 0.03 0.66
Hex AA A5 AA 0 3 0 21 12C 3 42
Octal 252 245 252 0 3 0 41 454 3 102
Binary 10101010 10100101 10101010 0 11 0 100001 100101100 11 1000010

Color Harmonies of #AAA5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5AA

Black with #AAA5AA

Text Example


Text Example

White with #AAA5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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