Html Css Color HEX #A0ADA6 Tower Grey

📋 copy color: '#A0ADA6'

red 160 ◦ green 173 ◦ blue 166

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

Shades of Tower Grey #A0ADA6

Tints of Tower Grey #A0ADA6

RGB

 RED value IS 160 (62.89% from 255) = 32.06%

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

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

R = 32.06%
G = 34.67%
B = 33.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#A0ADA6 (or 0xA0ADA6) is known color: Tower Grey. HEX triplet: A0, AD and A6. RGB value is (160,173,166). Sum of RGB (Red+Green+Blue) = 160+173+166=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 173 - color contains mainly: green. Hex color #A0ADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ADA6 is #5F5259. Grayscale: #A8A8A8. Windows color (decimal): -6247002 or 10923424. OLE color: 10923424.

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

Color convert

RGB 160 173 166 -
CMYK 0.08 0 0.04 0.32
HSL 147.69º 0.07% 0.65% -
HSV(B) 147.69º 0.08% 0.68% -
XYZ 36.32 40.11 41.9 -
YUV 168.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 160 173 166 0.08 0 0.04 0.32 147.69 0.07 0.65
Hex A0 AD A6 8 0 4 20 94 7 41
Octal 240 255 246 10 0 4 40 224 7 101
Binary 10100000 10101101 10100110 1000 0 100 100000 10010100 111 1000001

Color Harmonies of #A0ADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ADA6

Black with #A0ADA6

Text Example


Text Example

White with #A0ADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ADA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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