Shades of Cloudy #AEA092
Tints of Cloudy #AEA092
RGB
CMYK
RGB Variations
Color information
#AEA092 (or 0xAEA092) is known color: Cloudy. HEX triplet: AE, A0 and 92. RGB value is (174,160,146). Sum of RGB (Red+Green+Blue) = 174+160+146=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA092 is #515F6D. Grayscale: #A2A2A2. Windows color (decimal): -5332846 or 9609390. OLE color: 9609390.
HSL color Cylindrical-coordinate representation of color #AEA092: hue angle of 30º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEA092 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 146 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.32 |
| HSL | 30º | 0.15% | 0.63% | - |
| HSV(B) | 30º | 0.16% | 0.68% | - |
| XYZ | 35.21 | 36.22 | 32.33 | - |
| YUV | 162.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 146 | 0 | 0.08 | 0.16 | 0.32 | 30 | 0.15 | 0.63 |
| Hex | AE | A0 | 92 | 0 | 8 | 10 | 20 | 1E | F | 3F |
| Octal | 256 | 240 | 222 | 0 | 10 | 20 | 40 | 36 | 17 | 77 |
| Binary | 10101110 | 10100000 | 10010010 | 0 | 1000 | 10000 | 100000 | 11110 | 1111 | 111111 |
Color Harmonies of #AEA092
Complementary color
Monochromatic Colors of #AEA092
Black with #AEA092
Text Example
Text Example
White with #AEA092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA092; }
p { color: rgb(174,160,146); }
H1.HeaderClassName
{
color: #AEA092;
}
.AnyTagClassName
{
color: #AEA092;
}
</style>
background-color css
<style>
a { background-color: #AEA092; }
a { background-color: rgb(174,160,146); }
div.DivClassName
{
background-color: #AEA092;
}
.BgClassName
{
background-color: #AEA092;
}
</style>
border-color css
<style>
span { border-color: #AEA092; }
span { border-color: rgb(174,160,146); }
td.TdClassName
{
border-color: #AEA092;
}
.TagClassName
{
border-color: #AEA092;
}
</style>