#A2AFA8

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

Shades of Tower Grey #A2AFA8

Tints of Tower Grey #A2AFA8

Color information

#A2AFA8 (or 0xA2AFA8) is unknown color: approx Tower Grey. HEX triplet: A2, AF and A8. RGB value is (162,175,168). Sum of RGB (Red+Green+Blue) = 162+175+168=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AFA8 is #5D5057. Grayscale: #AAAAAA. Windows color (decimal): -6115416 or 11055010. OLE color: 11055010.

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

Color convert

RGB162175168-
CMYK0.0700.040.31
HSL147.69º7.51%66.08%-
HSV(B)147.69º7.43%68.63%-
XYZ37.341.1743.03-
YUV170.32126.69122.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 175 (68.75% from 255) = 34.65%
BLUE value IS 168 (66.02% from 255) = 33.27%
R=32.08%
G=34.65%
B=33.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621751680.0700.040.31147.697.5166.08
HexA2AFA87041F94842
Octal2422572507043722410102
Binary1010001010101111101010001110100111111001010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AFA8; }

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

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

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

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

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

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

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

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