#A0ADA8

Color #A0ADA8 Tower Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tower Grey #A0ADA8

Tints of Tower Grey #A0ADA8

Color information

#A0ADA8 (or 0xA0ADA8) is unknown color: approx Tower Grey. HEX triplet: A0, AD and A8. RGB value is (160,173,168). Sum of RGB (Red+Green+Blue) = 160+173+168=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 173 - color contains mainly: green. Hex color #A0ADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ADA8 is #5F5257. Grayscale: #A8A8A8. Windows color (decimal): -6247000 or 11054496. OLE color: 11054496.

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

Color convert

RGB160173168-
CMYK0.0800.030.32
HSL156.92º7.34%65.29%-
HSV(B)156.92º7.51%67.84%-
XYZ36.5140.1942.88-
YUV168.54127.69121.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 168 (66.02% from 255) = 33.53%
R=31.94%
G=34.53%
B=33.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601731680.0800.030.32156.927.3465.29
HexA0ADA8803209d741
Octal2402552501003402357101
Binary1010000010101101101010001000011100000100111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ADA8; }

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

 H1.HeaderClassName
 {
   color: #A0ADA8;
 }
 .AnyTagClassName
 {
   color: #A0ADA8;
 }
</style>
background-color css

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

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

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

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

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

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