Html Css Color HEX #A6ACAA Tower Grey

📋 copy color: '#A6ACAA'

red 166 ◦ green 172 ◦ blue 170

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

Shades of Tower Grey #A6ACAA

Tints of Tower Grey #A6ACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.86%

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

R = 32.68%
G = 33.86%
B = 33.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#A6ACAA (or 0xA6ACAA) is known color: Tower Grey. HEX triplet: A6, AC and AA. RGB value is (166,172,170). Sum of RGB (Red+Green+Blue) = 166+172+170=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 172 - color contains mainly: green. Hex color #A6ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ACAA is #595355. Grayscale: #A9A9A9. Windows color (decimal): -5854038 or 11185318. OLE color: 11185318.

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

Color convert

RGB 166 172 170 -
CMYK 0.03 0 0.01 0.33
HSL 160º 0.03% 0.66% -
HSV(B) 160º 0.03% 0.67% -
XYZ 37.73 40.51 43.86 -
YUV 169.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 166 172 170 0.03 0 0.01 0.33 160 0.03 0.66
Hex A6 AC AA 3 0 1 21 A0 3 42
Octal 246 254 252 3 0 1 41 240 3 102
Binary 10100110 10101100 10101010 11 0 1 100001 10100000 11 1000010

Color Harmonies of #A6ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ACAA

Black with #A6ACAA

Text Example


Text Example

White with #A6ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ACAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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