#A0AFA8

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

Shades of Tower Grey #A0AFA8

Tints of Tower Grey #A0AFA8

Color information

#A0AFA8 (or 0xA0AFA8) is unknown color: approx Tower Grey. HEX triplet: A0, AF and A8. RGB value is (160,175,168). Sum of RGB (Red+Green+Blue) = 160+175+168=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AFA8 is #5F5057. Grayscale: #A9A9A9. Windows color (decimal): -6246488 or 11055008. OLE color: 11055008.

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

Color convert

RGB160175168-
CMYK0.0900.040.31
HSL152º8.57%65.69%-
HSV(B)152º8.57%68.63%-
XYZ36.940.9643.01-
YUV169.72127.03121.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 168 (66.02% from 255) = 33.40%
R=31.81%
G=34.79%
B=33.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751680.0900.040.311528.5765.69
HexA0AFA89041F98942
Octal24025725011043723011102
Binary10100000101011111010100010010100111111001100010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFA8; }

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

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

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

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

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

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

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

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