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