Shades of Cloudy #AEADAA
Tints of Cloudy #AEADAA
RGB
CMYK
RGB Variations
Color information
#AEADAA (or 0xAEADAA) is known color: Cloudy. HEX triplet: AE, AD and AA. RGB value is (174,173,170). Sum of RGB (Red+Green+Blue) = 174+173+170=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 174 - color contains mainly: red. Hex color #AEADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEADAA is #515255. Grayscale: #ACACAC. Windows color (decimal): -5329494 or 11185582. OLE color: 11185582.
HSL color Cylindrical-coordinate representation of color #AEADAA: hue angle of 45º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AEADAA is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 170 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.32 |
| HSL | 45º | 0.02% | 0.67% | - |
| HSV(B) | 45º | 0.02% | 0.68% | - |
| XYZ | 39.65 | 41.79 | 44.01 | - |
| YUV | 172.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 170 | 0 | 0.01 | 0.02 | 0.32 | 45 | 0.02 | 0.67 |
| Hex | AE | AD | AA | 0 | 1 | 2 | 20 | 2D | 2 | 43 |
| Octal | 256 | 255 | 252 | 0 | 1 | 2 | 40 | 55 | 2 | 103 |
| Binary | 10101110 | 10101101 | 10101010 | 0 | 1 | 10 | 100000 | 101101 | 10 | 1000011 |
Color Harmonies of #AEADAA
Complementary color
Monochromatic Colors of #AEADAA
Black with #AEADAA
Text Example
Text Example
White with #AEADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADAA; }
p { color: rgb(174,173,170); }
H1.HeaderClassName
{
color: #AEADAA;
}
.AnyTagClassName
{
color: #AEADAA;
}
</style>
background-color css
<style>
a { background-color: #AEADAA; }
a { background-color: rgb(174,173,170); }
div.DivClassName
{
background-color: #AEADAA;
}
.BgClassName
{
background-color: #AEADAA;
}
</style>
border-color css
<style>
span { border-color: #AEADAA; }
span { border-color: rgb(174,173,170); }
td.TdClassName
{
border-color: #AEADAA;
}
.TagClassName
{
border-color: #AEADAA;
}
</style>