Shades of Cloudy #AEACA8
Tints of Cloudy #AEACA8
RGB
CMYK
RGB Variations
Color information
#AEACA8 (or 0xAEACA8) is known color: Cloudy. HEX triplet: AE, AC and A8. RGB value is (174,172,168). Sum of RGB (Red+Green+Blue) = 174+172+168=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 174 - color contains mainly: red. Hex color #AEACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEACA8 is #515357. Grayscale: #ACACAC. Windows color (decimal): -5329752 or 11054254. OLE color: 11054254.
HSL color Cylindrical-coordinate representation of color #AEACA8: hue angle of 40º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AEACA8 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 168 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.32 |
| HSL | 40º | 0.04% | 0.67% | - |
| HSV(B) | 40º | 0.03% | 0.68% | - |
| XYZ | 39.28 | 41.33 | 42.95 | - |
| YUV | 172.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 168 | 0 | 0.01 | 0.03 | 0.32 | 40 | 0.04 | 0.67 |
| Hex | AE | AC | A8 | 0 | 1 | 3 | 20 | 28 | 4 | 43 |
| Octal | 256 | 254 | 250 | 0 | 1 | 3 | 40 | 50 | 4 | 103 |
| Binary | 10101110 | 10101100 | 10101000 | 0 | 1 | 11 | 100000 | 101000 | 100 | 1000011 |
Color Harmonies of #AEACA8
Complementary color
Monochromatic Colors of #AEACA8
Black with #AEACA8
Text Example
Text Example
White with #AEACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACA8; }
p { color: rgb(174,172,168); }
H1.HeaderClassName
{
color: #AEACA8;
}
.AnyTagClassName
{
color: #AEACA8;
}
</style>
background-color css
<style>
a { background-color: #AEACA8; }
a { background-color: rgb(174,172,168); }
div.DivClassName
{
background-color: #AEACA8;
}
.BgClassName
{
background-color: #AEACA8;
}
</style>
border-color css
<style>
span { border-color: #AEACA8; }
span { border-color: rgb(174,172,168); }
td.TdClassName
{
border-color: #AEACA8;
}
.TagClassName
{
border-color: #AEACA8;
}
</style>