#AFAFAF

Color #AFAFAF Dark Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Gray #AFAFAF

Tints of Dark Gray #AFAFAF

Color information

#AFAFAF (or 0xAFAFAF) is unknown color: approx Dark Gray. HEX triplet: AF, AF and AF. RGB value is (175,175,175). Sum of RGB (Red+Green+Blue) = 175+175+175=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 175 - color contains mainly: red, green, blue. Hex color #AFAFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFAF is #505050. Grayscale: #AFAFAF. Windows color (decimal): -5263441 or 11513775. OLE color: 11513775.

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

Color convert

RGB175175175-
CMYK0000.31
HSL0%68.63%-
HSV(B)0%68.63%-
XYZ40.7542.8746.68-
YUV175128128-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751751750000.310068.63
HexAFAFAF0001F0045
Octal2572572570003700105
Binary10101111101011111010111100011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFAF; }

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

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

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

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

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

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

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

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