Html Css Color HEX #AAA7AA London Hue

📋 copy color: '#AAA7AA'

red 170 ◦ green 167 ◦ blue 170

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

Shades of London Hue #AAA7AA

Tints of London Hue #AAA7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.94%

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

R = 33.53%
G = 32.94%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AAA7AA (or 0xAAA7AA) is known color: London Hue. HEX triplet: AA, A7 and AA. RGB value is (170,167,170). Sum of RGB (Red+Green+Blue) = 170+167+170=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AAA7AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA7AA is #555855. Grayscale: #A8A8A8. Windows color (decimal): -5593174 or 11184042. OLE color: 11184042.

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

Color convert

RGB 170 167 170 -
CMYK 0 0.02 0 0.33
HSL 300º 0.02% 0.66% -
HSV(B) 300º 0.02% 0.67% -
XYZ 37.65 39.09 43.59 -
YUV 168.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 170 167 170 0 0.02 0 0.33 300 0.02 0.66
Hex AA A7 AA 0 2 0 21 12C 2 42
Octal 252 247 252 0 2 0 41 454 2 102
Binary 10101010 10100111 10101010 0 10 0 100001 100101100 10 1000010

Color Harmonies of #AAA7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA7AA

Black with #AAA7AA

Text Example


Text Example

White with #AAA7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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