#A0B0A7

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

Shades of Tower Grey #A0B0A7

Tints of Tower Grey #A0B0A7

Color information

#A0B0A7 (or 0xA0B0A7) is unknown color: approx Tower Grey. HEX triplet: A0, B0 and A7. RGB value is (160,176,167). Sum of RGB (Red+Green+Blue) = 160+176+167=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B0A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B0A7 is #5F4F58. Grayscale: #AAAAAA. Windows color (decimal): -6246233 or 10989728. OLE color: 10989728.

HSL color Cylindrical-coordinate representation of color #A0B0A7: hue angle of 146.25º 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 #A0B0A7 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB160176167-
CMYK0.0900.050.31
HSL146.25º9.2%65.88%-
HSV(B)146.25º9.09%69.02%-
XYZ3741.3142.58-
YUV170.19126.2120.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 167 (65.62% from 255) = 33.20%
R=31.81%
G=34.99%
B=33.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601761670.0900.050.31146.259.265.88
HexA0B0A79051F92942
Octal24026024711053722211102
Binary10100000101100001010011110010101111111001001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B0A7; }

 p { color: rgb(160,176,167); }

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

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

 a { background-color: rgb(160,176,167); }

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

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

 span { border-color: rgb(160,176,167); }

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