#A7AFAF

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

Shades of Hit Grey #A7AFAF

Tints of Hit Grey #A7AFAF

Color information

#A7AFAF (or 0xA7AFAF) is unknown color: approx Hit Grey. HEX triplet: A7, AF and AF. RGB value is (167,175,175). Sum of RGB (Red+Green+Blue) = 167+175+175=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #A7AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AFAF is #585050. Grayscale: #ACACAC. Windows color (decimal): -5787729 or 11513767. OLE color: 11513767.

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

Color convert

RGB167175175-
CMYK0.05000.31
HSL180º4.76%67.06%-
HSV(B)180º4.57%68.63%-
XYZ3941.9746.6-
YUV172.61129.35124-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 175 (68.75% from 255) = 33.85%
R=32.30%
G=33.85%
B=33.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671751750.05000.311804.7667.06
HexA7AFAF5001Fb4543
Octal247257257500372645103
Binary1010011110101111101011111010011111101101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AFAF; }

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

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

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

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

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

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

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

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