Shades of Cloudy #AEA396
Tints of Cloudy #AEA396
RGB
CMYK
RGB Variations
Color information
#AEA396 (or 0xAEA396) is known color: Cloudy. HEX triplet: AE, A3 and 96. RGB value is (174,163,150). Sum of RGB (Red+Green+Blue) = 174+163+150=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA396 is #515C69. Grayscale: #A4A4A4. Windows color (decimal): -5332074 or 9872302. OLE color: 9872302.
HSL color Cylindrical-coordinate representation of color #AEA396: hue angle of 32.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEA396 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 163 | 150 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.32 |
| HSL | 32.5º | 0.13% | 0.64% | - |
| HSV(B) | 32.5º | 0.14% | 0.68% | - |
| XYZ | 36.06 | 37.4 | 34.17 | - |
| YUV | 164.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 163 | 150 | 0 | 0.06 | 0.14 | 0.32 | 32.5 | 0.13 | 0.64 |
| Hex | AE | A3 | 96 | 0 | 6 | E | 20 | 20 | D | 40 |
| Octal | 256 | 243 | 226 | 0 | 6 | 16 | 40 | 40 | 15 | 100 |
| Binary | 10101110 | 10100011 | 10010110 | 0 | 110 | 1110 | 100000 | 100000 | 1101 | 1000000 |
Color Harmonies of #AEA396
Complementary color
Monochromatic Colors of #AEA396
Black with #AEA396
Text Example
Text Example
White with #AEA396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA396; }
p { color: rgb(174,163,150); }
H1.HeaderClassName
{
color: #AEA396;
}
.AnyTagClassName
{
color: #AEA396;
}
</style>
background-color css
<style>
a { background-color: #AEA396; }
a { background-color: rgb(174,163,150); }
div.DivClassName
{
background-color: #AEA396;
}
.BgClassName
{
background-color: #AEA396;
}
</style>
border-color css
<style>
span { border-color: #AEA396; }
span { border-color: rgb(174,163,150); }
td.TdClassName
{
border-color: #AEA396;
}
.TagClassName
{
border-color: #AEA396;
}
</style>