Shades of Cloudy #AEACAA
Tints of Cloudy #AEACAA
RGB
CMYK
RGB Variations
Color information
#AEACAA (or 0xAEACAA) is known color: Cloudy. HEX triplet: AE, AC and AA. RGB value is (174,172,170). Sum of RGB (Red+Green+Blue) = 174+172+170=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 174 - color contains mainly: red. Hex color #AEACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEACAA is #515355. Grayscale: #ACACAC. Windows color (decimal): -5329750 or 11185326. OLE color: 11185326.
HSL color Cylindrical-coordinate representation of color #AEACAA: hue angle of 30º 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 #AEACAA is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 170 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.32 |
| HSL | 30º | 0.02% | 0.67% | - |
| HSV(B) | 30º | 0.02% | 0.68% | - |
| XYZ | 39.46 | 41.41 | 43.94 | - |
| YUV | 172.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 170 | 0 | 0.01 | 0.02 | 0.32 | 30 | 0.02 | 0.67 |
| Hex | AE | AC | AA | 0 | 1 | 2 | 20 | 1E | 2 | 43 |
| Octal | 256 | 254 | 252 | 0 | 1 | 2 | 40 | 36 | 2 | 103 |
| Binary | 10101110 | 10101100 | 10101010 | 0 | 1 | 10 | 100000 | 11110 | 10 | 1000011 |
Color Harmonies of #AEACAA
Complementary color
Monochromatic Colors of #AEACAA
Black with #AEACAA
Text Example
Text Example
White with #AEACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACAA; }
p { color: rgb(174,172,170); }
H1.HeaderClassName
{
color: #AEACAA;
}
.AnyTagClassName
{
color: #AEACAA;
}
</style>
background-color css
<style>
a { background-color: #AEACAA; }
a { background-color: rgb(174,172,170); }
div.DivClassName
{
background-color: #AEACAA;
}
.BgClassName
{
background-color: #AEACAA;
}
</style>
border-color css
<style>
span { border-color: #AEACAA; }
span { border-color: rgb(174,172,170); }
td.TdClassName
{
border-color: #AEACAA;
}
.TagClassName
{
border-color: #AEACAA;
}
</style>