#AFADAD

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

Shades of Dark Gray #AFADAD

Tints of Dark Gray #AFADAD

Color information

#AFADAD (or 0xAFADAD) is unknown color: approx Dark Gray. HEX triplet: AF, AD and AD. RGB value is (175,173,173). Sum of RGB (Red+Green+Blue) = 175+173+173=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 175 - color contains mainly: red. Hex color #AFADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADAD is #505252. Grayscale: #ADADAD. Windows color (decimal): -5263955 or 11382191. OLE color: 11382191.

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

Color convert

RGB175173173-
CMYK00.010.010.31
HSL1.23%68.24%-
HSV(B)1.14%68.63%-
XYZ40.1742.0245.53-
YUV173.6127.66129-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=33.59%
G=33.21%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517317300.010.010.3101.2368.24
HexAFADAD0111F0144
Octal2572552550113701104
Binary10101111101011011010110101111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADAD; }

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

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

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

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

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

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

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

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