#AFA9A9

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

Shades of Dark Gray #AFA9A9

Tints of Dark Gray #AFA9A9

Color information

#AFA9A9 (or 0xAFA9A9) is unknown color: approx Dark Gray. HEX triplet: AF, A9 and A9. RGB value is (175,169,169). Sum of RGB (Red+Green+Blue) = 175+169+169=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA9A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA9A9 is #505656. Grayscale: #AAAAAA. Windows color (decimal): -5264983 or 11119023. OLE color: 11119023.

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

Color convert

RGB175169169-
CMYK00.030.030.31
HSL3.61%67.45%-
HSV(B)3.43%68.63%-
XYZ39.0340.3543.27-
YUV170.79126.99131-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 169 (66.41% from 255) = 32.94%
BLUE value IS 169 (66.41% from 255) = 32.94%
R=34.11%
G=32.94%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516916900.030.030.3103.6167.45
HexAFA9A90331F0443
Octal2572512510333704103
Binary101011111010100110101001011111111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9A9; }

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

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

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

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

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

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

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

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