Shades of Foggy Grey #AEADA3
Tints of Foggy Grey #AEADA3
RGB
CMYK
RGB Variations
Color information
#AEADA3 (or 0xAEADA3) is known color: Foggy Grey. HEX triplet: AE, AD and A3. RGB value is (174,173,163). Sum of RGB (Red+Green+Blue) = 174+173+163=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 174 - color contains mainly: red. Hex color #AEADA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEADA3 is #51525C. Grayscale: #ACACAC. Windows color (decimal): -5329501 or 10726830. OLE color: 10726830.
HSL color Cylindrical-coordinate representation of color #AEADA3: hue angle of 54.55º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEADA3 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 163 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.32 |
| HSL | 54.55º | 0.06% | 0.66% | - |
| HSV(B) | 54.55º | 0.06% | 0.68% | - |
| XYZ | 39.01 | 41.53 | 40.61 | - |
| YUV | 172.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 163 | 0 | 0.01 | 0.06 | 0.32 | 54.55 | 0.06 | 0.66 |
| Hex | AE | AD | A3 | 0 | 1 | 6 | 20 | 37 | 6 | 42 |
| Octal | 256 | 255 | 243 | 0 | 1 | 6 | 40 | 67 | 6 | 102 |
| Binary | 10101110 | 10101101 | 10100011 | 0 | 1 | 110 | 100000 | 110111 | 110 | 1000010 |
Color Harmonies of #AEADA3
Complementary color
Monochromatic Colors of #AEADA3
Black with #AEADA3
Text Example
Text Example
White with #AEADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADA3; }
p { color: rgb(174,173,163); }
H1.HeaderClassName
{
color: #AEADA3;
}
.AnyTagClassName
{
color: #AEADA3;
}
</style>
background-color css
<style>
a { background-color: #AEADA3; }
a { background-color: rgb(174,173,163); }
div.DivClassName
{
background-color: #AEADA3;
}
.BgClassName
{
background-color: #AEADA3;
}
</style>
border-color css
<style>
span { border-color: #AEADA3; }
span { border-color: rgb(174,173,163); }
td.TdClassName
{
border-color: #AEADA3;
}
.TagClassName
{
border-color: #AEADA3;
}
</style>