Shades of Cloudy #AEA296
Tints of Cloudy #AEA296
RGB
CMYK
RGB Variations
Color information
#AEA296 (or 0xAEA296) is known color: Cloudy. HEX triplet: AE, A2 and 96. RGB value is (174,162,150). Sum of RGB (Red+Green+Blue) = 174+162+150=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA296 is #515D69. Grayscale: #A4A4A4. Windows color (decimal): -5332330 or 9872046. OLE color: 9872046.
HSL color Cylindrical-coordinate representation of color #AEA296: hue angle of 30º 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 #AEA296 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 150 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.32 |
| HSL | 30º | 0.13% | 0.64% | - |
| HSV(B) | 30º | 0.14% | 0.68% | - |
| XYZ | 35.88 | 37.04 | 34.11 | - |
| YUV | 164.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 150 | 0 | 0.07 | 0.14 | 0.32 | 30 | 0.13 | 0.64 |
| Hex | AE | A2 | 96 | 0 | 7 | E | 20 | 1E | D | 40 |
| Octal | 256 | 242 | 226 | 0 | 7 | 16 | 40 | 36 | 15 | 100 |
| Binary | 10101110 | 10100010 | 10010110 | 0 | 111 | 1110 | 100000 | 11110 | 1101 | 1000000 |
Color Harmonies of #AEA296
Complementary color
Monochromatic Colors of #AEA296
Black with #AEA296
Text Example
Text Example
White with #AEA296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA296; }
p { color: rgb(174,162,150); }
H1.HeaderClassName
{
color: #AEA296;
}
.AnyTagClassName
{
color: #AEA296;
}
</style>
background-color css
<style>
a { background-color: #AEA296; }
a { background-color: rgb(174,162,150); }
div.DivClassName
{
background-color: #AEA296;
}
.BgClassName
{
background-color: #AEA296;
}
</style>
border-color css
<style>
span { border-color: #AEA296; }
span { border-color: rgb(174,162,150); }
td.TdClassName
{
border-color: #AEA296;
}
.TagClassName
{
border-color: #AEA296;
}
</style>