Html Css Color HEX #A4ADAA Tower Grey

📋 copy color: '#A4ADAA'

red 164 ◦ green 173 ◦ blue 170

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

Shades of Tower Grey #A4ADAA

Tints of Tower Grey #A4ADAA

RGB

 RED value IS 164 (64.45% from 255) = 32.35%

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

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

R = 32.35%
G = 34.12%
B = 33.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#A4ADAA (or 0xA4ADAA) is known color: Tower Grey. HEX triplet: A4, AD and AA. RGB value is (164,173,170). Sum of RGB (Red+Green+Blue) = 164+173+170=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 173 - color contains mainly: green. Hex color #A4ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ADAA is #5B5255. Grayscale: #A9A9A9. Windows color (decimal): -5984854 or 11185572. OLE color: 11185572.

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

Color convert

RGB 164 173 170 -
CMYK 0.05 0 0.02 0.32
HSL 160º 0.05% 0.66% -
HSV(B) 160º 0.05% 0.68% -
XYZ 37.51 40.68 43.91 -
YUV 169.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 164 173 170 0.05 0 0.02 0.32 160 0.05 0.66
Hex A4 AD AA 5 0 2 20 A0 5 42
Octal 244 255 252 5 0 2 40 240 5 102
Binary 10100100 10101101 10101010 101 0 10 100000 10100000 101 1000010

Color Harmonies of #A4ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ADAA

Black with #A4ADAA

Text Example


Text Example

White with #A4ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ADAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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