Shades of Dark Gray #ADADAD
Tints of Dark Gray #ADADAD
RGB
CMYK
RGB Variations
Color information
#ADADAD (or 0xADADAD) is known color: Dark Gray. HEX triplet: AD, AD and AD. RGB value is (173,173,173). Sum of RGB (Red+Green+Blue) = 173+173+173=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 173 - color contains mainly: red, green, blue. Hex color #ADADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADAD is #525252. Grayscale: #ADADAD. Windows color (decimal): -5395027 or 11382189. OLE color: 11382189.
HSL color Cylindrical-coordinate representation of color #ADADAD: hue angle of 0º degrees, saturation: 0, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0%. Process color model (Four color, CMYK) of #ADADAD is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 173 | 173 | - |
CMYK | 0 | 0 | 0 | 0.32 |
HSL | 0º | 0% | 0.68% | - |
HSV(B) | 0º | 0% | 0.68% | - |
XYZ | 39.72 | 41.79 | 45.51 | - |
YUV | 173 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 173 | 0 | 0 | 0 | 0.32 | 0 | 0 | 0.68 |
Hex | AD | AD | AD | 0 | 0 | 0 | 20 | 0 | 0 | 44 |
Octal | 255 | 255 | 255 | 0 | 0 | 0 | 40 | 0 | 0 | 104 |
Binary | 10101101 | 10101101 | 10101101 | 0 | 0 | 0 | 100000 | 0 | 0 | 1000100 |
Color Harmonies of #ADADAD
Complementary color
Monochromatic Colors of #ADADAD
Black with #ADADAD
Text Example
Text Example
White with #ADADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADAD; }
p { color: rgb(173,173,173); }
H1.HeaderClassName
{
color: #ADADAD;
}
.AnyTagClassName
{
color: #ADADAD;
}
</style>
background-color css
<style>
a { background-color: #ADADAD; }
a { background-color: rgb(173,173,173); }
div.DivClassName
{
background-color: #ADADAD;
}
.BgClassName
{
background-color: #ADADAD;
}
</style>
border-color css
<style>
span { border-color: #ADADAD; }
span { border-color: rgb(173,173,173); }
td.TdClassName
{
border-color: #ADADAD;
}
.TagClassName
{
border-color: #ADADAD;
}
</style>