#A8ADAA

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

Shades of Tower Grey #A8ADAA

Tints of Tower Grey #A8ADAA

Color information

#A8ADAA (or 0xA8ADAA) is unknown color: approx Tower Grey. HEX triplet: A8, AD and AA. RGB value is (168,173,170). Sum of RGB (Red+Green+Blue) = 168+173+170=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 173 - color contains mainly: green. Hex color #A8ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ADAA is #575255. Grayscale: #ABABAB. Windows color (decimal): -5722710 or 11185576. OLE color: 11185576.

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

Color convert

RGB168173170-
CMYK0.0300.020.32
HSL144º2.96%66.86%-
HSV(B)144º2.89%67.84%-
XYZ38.3541.1143.94-
YUV171.16127.34125.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.88%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 170 (66.80% from 255) = 33.27%
R=32.88%
G=33.86%
B=33.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681731700.0300.020.321442.9666.86
HexA8ADAA3022090343
Octal250255252302402203103
Binary1010100010101101101010101101010000010010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ADAA; }

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

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

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

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

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

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

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

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