Shades of Dark Gray #AFABAB
Tints of Dark Gray #AFABAB
RGB
CMYK
RGB Variations
Color information
#AFABAB (or 0xAFABAB) is known color: Dark Gray. HEX triplet: AF, AB and AB. RGB value is (175,171,171). Sum of RGB (Red+Green+Blue) = 175+171+171=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABAB is #505454. Grayscale: #ACACAC. Windows color (decimal): -5264469 or 11250607. OLE color: 11250607.
HSL color Cylindrical-coordinate representation of color #AFABAB: 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 #AFABAB is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 171 | 171 | - |
CMYK | 0 | 0.02 | 0.02 | 0.31 |
HSL | 0º | 0.02% | 0.68% | - |
HSV(B) | 0º | 0.02% | 0.69% | - |
XYZ | 39.59 | 41.18 | 44.39 | - |
YUV | 172.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 171 | 171 | 0 | 0.02 | 0.02 | 0.31 | 0 | 0.02 | 0.68 |
Hex | AF | AB | AB | 0 | 2 | 2 | 1F | 0 | 2 | 44 |
Octal | 257 | 253 | 253 | 0 | 2 | 2 | 37 | 0 | 2 | 104 |
Binary | 10101111 | 10101011 | 10101011 | 0 | 10 | 10 | 11111 | 0 | 10 | 1000100 |
Color Harmonies of #AFABAB
Complementary color
Monochromatic Colors of #AFABAB
Black with #AFABAB
Text Example
Text Example
White with #AFABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFABAB; }
p { color: rgb(175,171,171); }
H1.HeaderClassName
{
color: #AFABAB;
}
.AnyTagClassName
{
color: #AFABAB;
}
</style>
background-color css
<style>
a { background-color: #AFABAB; }
a { background-color: rgb(175,171,171); }
div.DivClassName
{
background-color: #AFABAB;
}
.BgClassName
{
background-color: #AFABAB;
}
</style>
border-color css
<style>
span { border-color: #AFABAB; }
span { border-color: rgb(175,171,171); }
td.TdClassName
{
border-color: #AFABAB;
}
.TagClassName
{
border-color: #AFABAB;
}
</style>