Shades of Cloudy #AEA599
Tints of Cloudy #AEA599
RGB
CMYK
RGB Variations
Color information
#AEA599 (or 0xAEA599) is known color: Cloudy. HEX triplet: AE, A5 and 99. RGB value is (174,165,153). Sum of RGB (Red+Green+Blue) = 174+165+153=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA599 is #515A66. Grayscale: #A6A6A6. Windows color (decimal): -5331559 or 10069422. OLE color: 10069422.
HSL color Cylindrical-coordinate representation of color #AEA599: hue angle of 34.29º 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 #AEA599 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 165 | 153 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.32 |
| HSL | 34.29º | 0.11% | 0.64% | - |
| HSV(B) | 34.29º | 0.12% | 0.68% | - |
| XYZ | 36.66 | 38.21 | 35.58 | - |
| YUV | 166.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 165 | 153 | 0 | 0.05 | 0.12 | 0.32 | 34.29 | 0.11 | 0.64 |
| Hex | AE | A5 | 99 | 0 | 5 | C | 20 | 22 | B | 40 |
| Octal | 256 | 245 | 231 | 0 | 5 | 14 | 40 | 42 | 13 | 100 |
| Binary | 10101110 | 10100101 | 10011001 | 0 | 101 | 1100 | 100000 | 100010 | 1011 | 1000000 |
Color Harmonies of #AEA599
Complementary color
Monochromatic Colors of #AEA599
Black with #AEA599
Text Example
Text Example
White with #AEA599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA599; }
p { color: rgb(174,165,153); }
H1.HeaderClassName
{
color: #AEA599;
}
.AnyTagClassName
{
color: #AEA599;
}
</style>
background-color css
<style>
a { background-color: #AEA599; }
a { background-color: rgb(174,165,153); }
div.DivClassName
{
background-color: #AEA599;
}
.BgClassName
{
background-color: #AEA599;
}
</style>
border-color css
<style>
span { border-color: #AEA599; }
span { border-color: rgb(174,165,153); }
td.TdClassName
{
border-color: #AEA599;
}
.TagClassName
{
border-color: #AEA599;
}
</style>