#AFACAC

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

Shades of Dark Gray #AFACAC

Tints of Dark Gray #AFACAC

Color information

#AFACAC (or 0xAFACAC) is unknown color: approx Dark Gray. HEX triplet: AF, AC and AC. RGB value is (175,172,172). Sum of RGB (Red+Green+Blue) = 175+172+172=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 175 - color contains mainly: red. Hex color #AFACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACAC is #505353. Grayscale: #ACACAC. Windows color (decimal): -5264212 or 11316399. OLE color: 11316399.

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

Color convert

RGB175172172-
CMYK00.020.020.31
HSL1.84%68.04%-
HSV(B)1.71%68.63%-
XYZ39.8841.644.96-
YUV172.9127.49129.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=33.72%
G=33.14%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517217200.020.020.3101.8468.04
HexAFACAC0221F0244
Octal2572542540223702104
Binary10101111101011001010110001010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACAC; }

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

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

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

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

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

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

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

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