Html Css Color HEX #A2ADA6 Tower Grey

📋 copy color: '#A2ADA6'

red 162 ◦ green 173 ◦ blue 166

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

Shades of Tower Grey #A2ADA6

Tints of Tower Grey #A2ADA6

RGB

 RED value IS 162 (63.67% from 255) = 32.34%

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

 BLUE value IS 166 (65.23% from 255) = 33.13%

R = 32.34%
G = 34.53%
B = 33.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#A2ADA6 (or 0xA2ADA6) is known color: Tower Grey. HEX triplet: A2, AD and A6. RGB value is (162,173,166). Sum of RGB (Red+Green+Blue) = 162+173+166=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 173 - color contains mainly: green. Hex color #A2ADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ADA6 is #5D5259. Grayscale: #A8A8A8. Windows color (decimal): -6115930 or 10923426. OLE color: 10923426.

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

Color convert

RGB 162 173 166 -
CMYK 0.06 0 0.04 0.32
HSL 141.82º 0.06% 0.66% -
HSV(B) 141.82º 0.06% 0.68% -
XYZ 36.73 40.32 41.92 -
YUV 168.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 162 173 166 0.06 0 0.04 0.32 141.82 0.06 0.66
Hex A2 AD A6 6 0 4 20 8E 6 42
Octal 242 255 246 6 0 4 40 216 6 102
Binary 10100010 10101101 10100110 110 0 100 100000 10001110 110 1000010

Color Harmonies of #A2ADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ADA6

Black with #A2ADA6

Text Example


Text Example

White with #A2ADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ADA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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