#A1AFAF

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

Shades of Hit Grey #A1AFAF

Tints of Hit Grey #A1AFAF

Color information

#A1AFAF (or 0xA1AFAF) is unknown color: approx Hit Grey. HEX triplet: A1, AF and AF. RGB value is (161,175,175). Sum of RGB (Red+Green+Blue) = 161+175+175=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #A1AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AFAF is #5E5050. Grayscale: #AAAAAA. Windows color (decimal): -6180945 or 11513761. OLE color: 11513761.

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

Color convert

RGB161175175-
CMYK0.08000.31
HSL180º8.05%65.88%-
HSV(B)180º8%68.63%-
XYZ37.7741.3346.54-
YUV170.81130.36121-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 175 (68.75% from 255) = 34.25%
R=31.51%
G=34.25%
B=34.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751750.08000.311808.0565.88
HexA1AFAF8001Fb4842
Octal24125725710003726410102
Binary101000011010111110101111100000111111011010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AFAF; }

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

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

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

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

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

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

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

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