#A5AFAF

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

Shades of Hit Grey #A5AFAF

Tints of Hit Grey #A5AFAF

Color information

#A5AFAF (or 0xA5AFAF) is unknown color: approx Hit Grey. HEX triplet: A5, AF and AF. RGB value is (165,175,175). Sum of RGB (Red+Green+Blue) = 165+175+175=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #A5AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AFAF is #5A5050. Grayscale: #ACACAC. Windows color (decimal): -5918801 or 11513765. OLE color: 11513765.

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

Color convert

RGB165175175-
CMYK0.06000.31
HSL180º5.88%66.67%-
HSV(B)180º5.71%68.63%-
XYZ38.5841.7546.58-
YUV172.01129.69123-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=32.04%
G=33.98%
B=33.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751750.06000.311805.8866.67
HexA5AFAF6001Fb4643
Octal245257257600372646103
Binary1010010110101111101011111100011111101101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AFAF; }

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

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

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

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

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

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

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

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