Shades of Cloudy #AEA393
Tints of Cloudy #AEA393
RGB
CMYK
RGB Variations
Color information
#AEA393 (or 0xAEA393) is known color: Cloudy. HEX triplet: AE, A3 and 93. RGB value is (174,163,147). Sum of RGB (Red+Green+Blue) = 174+163+147=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA393 is #515C6C. Grayscale: #A4A4A4. Windows color (decimal): -5332077 or 9675694. OLE color: 9675694.
HSL color Cylindrical-coordinate representation of color #AEA393: hue angle of 35.56º degrees, saturation: 0.14, 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 #AEA393 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 163 | 147 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.32 |
| HSL | 35.56º | 0.14% | 0.63% | - |
| HSV(B) | 35.56º | 0.16% | 0.68% | - |
| XYZ | 35.82 | 37.3 | 32.92 | - |
| YUV | 164.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 163 | 147 | 0 | 0.06 | 0.16 | 0.32 | 35.56 | 0.14 | 0.63 |
| Hex | AE | A3 | 93 | 0 | 6 | 10 | 20 | 24 | E | 3F |
| Octal | 256 | 243 | 223 | 0 | 6 | 20 | 40 | 44 | 16 | 77 |
| Binary | 10101110 | 10100011 | 10010011 | 0 | 110 | 10000 | 100000 | 100100 | 1110 | 111111 |
Color Harmonies of #AEA393
Complementary color
Monochromatic Colors of #AEA393
Black with #AEA393
Text Example
Text Example
White with #AEA393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA393; }
p { color: rgb(174,163,147); }
H1.HeaderClassName
{
color: #AEA393;
}
.AnyTagClassName
{
color: #AEA393;
}
</style>
background-color css
<style>
a { background-color: #AEA393; }
a { background-color: rgb(174,163,147); }
div.DivClassName
{
background-color: #AEA393;
}
.BgClassName
{
background-color: #AEA393;
}
</style>
border-color css
<style>
span { border-color: #AEA393; }
span { border-color: rgb(174,163,147); }
td.TdClassName
{
border-color: #AEA393;
}
.TagClassName
{
border-color: #AEA393;
}
</style>