Shades of Dark Gray #AEAEAE
Tints of Dark Gray #AEAEAE
RGB
CMYK
RGB Variations
Color information
#AEAEAE (or 0xAEAEAE) is known color: Dark Gray. HEX triplet: AE, AE and AE. RGB value is (174,174,174). Sum of RGB (Red+Green+Blue) = 174+174+174=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 174 - color contains mainly: red, green, blue. Hex color #AEAEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEAE is #515151. Grayscale: #AEAEAE. Windows color (decimal): -5329234 or 11447982. OLE color: 11447982.
HSL color Cylindrical-coordinate representation of color #AEAEAE: 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 #AEAEAE is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
RGB | 174 | 174 | 174 | - |
CMYK | 0 | 0 | 0 | 0.32 |
HSL | 0º | 0% | 0.68% | - |
HSV(B) | 0º | 0% | 0.68% | - |
XYZ | 40.23 | 42.33 | 46.09 | - |
YUV | 174 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 174 | 174 | 0 | 0 | 0 | 0.32 | 0 | 0 | 0.68 |
Hex | AE | AE | AE | 0 | 0 | 0 | 20 | 0 | 0 | 44 |
Octal | 256 | 256 | 256 | 0 | 0 | 0 | 40 | 0 | 0 | 104 |
Binary | 10101110 | 10101110 | 10101110 | 0 | 0 | 0 | 100000 | 0 | 0 | 1000100 |
Color Harmonies of #AEAEAE
Complementary color
Monochromatic Colors of #AEAEAE
Black with #AEAEAE
Text Example
Text Example
White with #AEAEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAEAE; }
p { color: rgb(174,174,174); }
H1.HeaderClassName
{
color: #AEAEAE;
}
.AnyTagClassName
{
color: #AEAEAE;
}
</style>
background-color css
<style>
a { background-color: #AEAEAE; }
a { background-color: rgb(174,174,174); }
div.DivClassName
{
background-color: #AEAEAE;
}
.BgClassName
{
background-color: #AEAEAE;
}
</style>
border-color css
<style>
span { border-color: #AEAEAE; }
span { border-color: rgb(174,174,174); }
td.TdClassName
{
border-color: #AEAEAE;
}
.TagClassName
{
border-color: #AEAEAE;
}
</style>