#A1B0A7

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

Shades of Tower Grey #A1B0A7

Tints of Tower Grey #A1B0A7

Color information

#A1B0A7 (or 0xA1B0A7) is unknown color: approx Tower Grey. HEX triplet: A1, B0 and A7. RGB value is (161,176,167). Sum of RGB (Red+Green+Blue) = 161+176+167=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B0A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B0A7 is #5E4F58. Grayscale: #AAAAAA. Windows color (decimal): -6180697 or 10989729. OLE color: 10989729.

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

Color convert

RGB161176167-
CMYK0.0900.050.31
HSL144º8.67%66.08%-
HSV(B)144º8.52%69.02%-
XYZ37.241.4242.59-
YUV170.49126.03121.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 167 (65.62% from 255) = 33.13%
R=31.94%
G=34.92%
B=33.13%

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
Decimal1611761670.0900.050.311448.6766.08
HexA1B0A79051F90942
Octal24126024711053722011102
Binary10100001101100001010011110010101111111001000010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B0A7; }

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

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

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

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

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

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

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

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