#AFA4A4

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

Shades of Dark Gray #AFA4A4

Tints of Dark Gray #AFA4A4

Color information

#AFA4A4 (or 0xAFA4A4) is unknown color: approx Dark Gray. HEX triplet: AF, A4 and A4. RGB value is (175,164,164). Sum of RGB (Red+Green+Blue) = 175+164+164=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA4A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA4A4 is #505B5B. Grayscale: #A7A7A7. Windows color (decimal): -5266268 or 10790063. OLE color: 10790063.

HSL color Cylindrical-coordinate representation of color #AFA4A4: hue angle of 0º 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 #AFA4A4 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB175164164-
CMYK00.060.060.31
HSL6.43%66.47%-
HSV(B)6.29%68.63%-
XYZ37.6638.3540.54-
YUV167.29126.14133.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516416400.060.060.3106.4366.47
HexAFA4A40661F0642
Octal2572442440663706102
Binary10101111101001001010010001101101111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4A4; }

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

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

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

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

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

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

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

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