#A4ADA8

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

Shades of Tower Grey #A4ADA8

Tints of Tower Grey #A4ADA8

Color information

#A4ADA8 (or 0xA4ADA8) is unknown color: approx Tower Grey. HEX triplet: A4, AD and A8. RGB value is (164,173,168). Sum of RGB (Red+Green+Blue) = 164+173+168=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 173 - color contains mainly: green. Hex color #A4ADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ADA8 is #5B5257. Grayscale: #A9A9A9. Windows color (decimal): -5984856 or 11054500. OLE color: 11054500.

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

Color convert

RGB164173168-
CMYK0.0500.030.32
HSL146.67º5.2%66.08%-
HSV(B)146.67º5.2%67.84%-
XYZ37.3240.6142.92-
YUV169.74127.02123.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 168 (66.02% from 255) = 33.27%
R=32.48%
G=34.26%
B=33.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641731680.0500.030.32146.675.266.08
HexA4ADA85032093542
Octal244255250503402235102
Binary101001001010110110101000101011100000100100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ADA8; }

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

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

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

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

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

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

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

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