Shades of Dark Gray #AFAFAF
Tints of Dark Gray #AFAFAF
RGB
CMYK
RGB Variations
Color information
#AFAFAF (or 0xAFAFAF) is known color: 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
RGB | 175 | 175 | 175 | - |
CMYK | 0 | 0 | 0 | 0.31 |
HSL | 0º | 0% | 0.69% | - |
HSV(B) | 0º | 0% | 0.69% | - |
XYZ | 40.75 | 42.87 | 46.68 | - |
YUV | 175 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 175 | 175 | 0 | 0 | 0 | 0.31 | 0 | 0 | 0.69 |
Hex | AF | AF | AF | 0 | 0 | 0 | 1F | 0 | 0 | 45 |
Octal | 257 | 257 | 257 | 0 | 0 | 0 | 37 | 0 | 0 | 105 |
Binary | 10101111 | 10101111 | 10101111 | 0 | 0 | 0 | 11111 | 0 | 0 | 1000101 |
Color Harmonies of #AFAFAF
Complementary color
Monochromatic Colors of #AFAFAF
Black with #AFAFAF
Text Example
Text Example
White with #AFAFAF
Text Example
Text Example
HTML Codes & Css Web 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>