Shades of Cloudy #AEA399
Tints of Cloudy #AEA399
RGB
CMYK
RGB Variations
Color information
#AEA399 (or 0xAEA399) is known color: Cloudy. HEX triplet: AE, A3 and 99. RGB value is (174,163,153). Sum of RGB (Red+Green+Blue) = 174+163+153=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA399 is #515C66. Grayscale: #A5A5A5. Windows color (decimal): -5332071 or 10068910. OLE color: 10068910.
HSL color Cylindrical-coordinate representation of color #AEA399: hue angle of 28.57º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEA399 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 163 | 153 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.32 |
| HSL | 28.57º | 0.11% | 0.64% | - |
| HSV(B) | 28.57º | 0.12% | 0.68% | - |
| XYZ | 36.3 | 37.49 | 35.46 | - |
| YUV | 165.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 163 | 153 | 0 | 0.06 | 0.12 | 0.32 | 28.57 | 0.11 | 0.64 |
| Hex | AE | A3 | 99 | 0 | 6 | C | 20 | 1D | B | 40 |
| Octal | 256 | 243 | 231 | 0 | 6 | 14 | 40 | 35 | 13 | 100 |
| Binary | 10101110 | 10100011 | 10011001 | 0 | 110 | 1100 | 100000 | 11101 | 1011 | 1000000 |
Color Harmonies of #AEA399
Complementary color
Monochromatic Colors of #AEA399
Black with #AEA399
Text Example
Text Example
White with #AEA399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA399; }
p { color: rgb(174,163,153); }
H1.HeaderClassName
{
color: #AEA399;
}
.AnyTagClassName
{
color: #AEA399;
}
</style>
background-color css
<style>
a { background-color: #AEA399; }
a { background-color: rgb(174,163,153); }
div.DivClassName
{
background-color: #AEA399;
}
.BgClassName
{
background-color: #AEA399;
}
</style>
border-color css
<style>
span { border-color: #AEA399; }
span { border-color: rgb(174,163,153); }
td.TdClassName
{
border-color: #AEA399;
}
.TagClassName
{
border-color: #AEA399;
}
</style>