#A4AFAF

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

Shades of Hit Grey #A4AFAF

Tints of Hit Grey #A4AFAF

Color information

#A4AFAF (or 0xA4AFAF) is unknown color: approx Hit Grey. HEX triplet: A4, AF and AF. RGB value is (164,175,175). Sum of RGB (Red+Green+Blue) = 164+175+175=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #A4AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AFAF is #5B5050. Grayscale: #ABABAB. Windows color (decimal): -5984337 or 11513764. OLE color: 11513764.

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

Color convert

RGB164175175-
CMYK0.06000.31
HSL180º6.43%66.47%-
HSV(B)180º6.29%68.63%-
XYZ38.3841.6546.57-
YUV171.71129.86122.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=31.91%
G=34.05%
B=34.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641751750.06000.311806.4366.47
HexA4AFAF6001Fb4642
Octal244257257600372646102
Binary1010010010101111101011111100011111101101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFAF; }

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

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

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

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

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

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

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

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