Shades of Cloudy #AEACA9
Tints of Cloudy #AEACA9
RGB
CMYK
RGB Variations
Color information
#AEACA9 (or 0xAEACA9) is known color: Cloudy. HEX triplet: AE, AC and A9. RGB value is (174,172,169). Sum of RGB (Red+Green+Blue) = 174+172+169=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 174 - color contains mainly: red. Hex color #AEACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEACA9 is #515356. Grayscale: #ACACAC. Windows color (decimal): -5329751 or 11119790. OLE color: 11119790.
HSL color Cylindrical-coordinate representation of color #AEACA9: hue angle of 36º degrees, saturation: 0.03, 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 #AEACA9 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
RGB | 174 | 172 | 169 | - |
CMYK | 0 | 0.01 | 0.03 | 0.32 |
HSL | 36º | 0.03% | 0.67% | - |
HSV(B) | 36º | 0.03% | 0.68% | - |
XYZ | 39.37 | 41.37 | 43.45 | - |
YUV | 172.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 172 | 169 | 0 | 0.01 | 0.03 | 0.32 | 36 | 0.03 | 0.67 |
Hex | AE | AC | A9 | 0 | 1 | 3 | 20 | 24 | 3 | 43 |
Octal | 256 | 254 | 251 | 0 | 1 | 3 | 40 | 44 | 3 | 103 |
Binary | 10101110 | 10101100 | 10101001 | 0 | 1 | 11 | 100000 | 100100 | 11 | 1000011 |
Color Harmonies of #AEACA9
Complementary color
Monochromatic Colors of #AEACA9
Black with #AEACA9
Text Example
Text Example
White with #AEACA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACA9; }
p { color: rgb(174,172,169); }
H1.HeaderClassName
{
color: #AEACA9;
}
.AnyTagClassName
{
color: #AEACA9;
}
</style>
background-color css
<style>
a { background-color: #AEACA9; }
a { background-color: rgb(174,172,169); }
div.DivClassName
{
background-color: #AEACA9;
}
.BgClassName
{
background-color: #AEACA9;
}
</style>
border-color css
<style>
span { border-color: #AEACA9; }
span { border-color: rgb(174,172,169); }
td.TdClassName
{
border-color: #AEACA9;
}
.TagClassName
{
border-color: #AEACA9;
}
</style>