#A1AFA7

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

Shades of Tower Grey #A1AFA7

Tints of Tower Grey #A1AFA7

Color information

#A1AFA7 (or 0xA1AFA7) is unknown color: approx Tower Grey. HEX triplet: A1, AF and A7. RGB value is (161,175,167). Sum of RGB (Red+Green+Blue) = 161+175+167=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AFA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AFA7 is #5E5058. Grayscale: #A9A9A9. Windows color (decimal): -6180953 or 10989473. OLE color: 10989473.

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

Color convert

RGB161175167-
CMYK0.0800.050.31
HSL145.71º8.05%65.88%-
HSV(B)145.71º8%68.63%-
XYZ3741.0342.53-
YUV169.9126.36121.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 167 (65.62% from 255) = 33.20%
R=32.01%
G=34.79%
B=33.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751670.0800.050.31145.718.0565.88
HexA1AFA78051F92842
Octal24125724710053722210102
Binary10100001101011111010011110000101111111001001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AFA7; }

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

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

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

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

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

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

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

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