Html Css Color HEX #A6ADAA Tower Grey

📋 copy color: '#A6ADAA'

red 166 ◦ green 173 ◦ blue 170

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

Shades of Tower Grey #A6ADAA

Tints of Tower Grey #A6ADAA

RGB

 RED value IS 166 (65.23% from 255) = 32.61%

 GREEN value IS 173 (67.97% from 255) = 33.99%

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

R = 32.61%
G = 33.99%
B = 33.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#A6ADAA (or 0xA6ADAA) is known color: Tower Grey. HEX triplet: A6, AD and AA. RGB value is (166,173,170). Sum of RGB (Red+Green+Blue) = 166+173+170=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 173 - color contains mainly: green. Hex color #A6ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ADAA is #595255. Grayscale: #AAAAAA. Windows color (decimal): -5853782 or 11185574. OLE color: 11185574.

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

Color convert

RGB 166 173 170 -
CMYK 0.04 0 0.02 0.32
HSL 154.29º 0.04% 0.66% -
HSV(B) 154.29º 0.04% 0.68% -
XYZ 37.93 40.9 43.93 -
YUV 170.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 166 173 170 0.04 0 0.02 0.32 154.29 0.04 0.66
Hex A6 AD AA 4 0 2 20 9A 4 42
Octal 246 255 252 4 0 2 40 232 4 102
Binary 10100110 10101101 10101010 100 0 10 100000 10011010 100 1000010

Color Harmonies of #A6ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ADAA

Black with #A6ADAA

Text Example


Text Example

White with #A6ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ADAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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