Shades of Cloudy #AEA79C
Tints of Cloudy #AEA79C
RGB
CMYK
RGB Variations
Color information
#AEA79C (or 0xAEA79C) is known color: Cloudy. HEX triplet: AE, A7 and 9C. RGB value is (174,167,156). Sum of RGB (Red+Green+Blue) = 174+167+156=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA79C is #515863. Grayscale: #A7A7A7. Windows color (decimal): -5331044 or 10266542. OLE color: 10266542.
HSL color Cylindrical-coordinate representation of color #AEA79C: hue angle of 36.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEA79C is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 167 | 156 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.32 |
| HSL | 36.67º | 0.1% | 0.65% | - |
| HSV(B) | 36.67º | 0.1% | 0.68% | - |
| XYZ | 37.28 | 39.04 | 37.02 | - |
| YUV | 167.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 167 | 156 | 0 | 0.04 | 0.10 | 0.32 | 36.67 | 0.1 | 0.65 |
| Hex | AE | A7 | 9C | 0 | 4 | A | 20 | 25 | A | 41 |
| Octal | 256 | 247 | 234 | 0 | 4 | 12 | 40 | 45 | 12 | 101 |
| Binary | 10101110 | 10100111 | 10011100 | 0 | 100 | 1010 | 100000 | 100101 | 1010 | 1000001 |
Color Harmonies of #AEA79C
Complementary color
Monochromatic Colors of #AEA79C
Black with #AEA79C
Text Example
Text Example
White with #AEA79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA79C; }
p { color: rgb(174,167,156); }
H1.HeaderClassName
{
color: #AEA79C;
}
.AnyTagClassName
{
color: #AEA79C;
}
</style>
background-color css
<style>
a { background-color: #AEA79C; }
a { background-color: rgb(174,167,156); }
div.DivClassName
{
background-color: #AEA79C;
}
.BgClassName
{
background-color: #AEA79C;
}
</style>
border-color css
<style>
span { border-color: #AEA79C; }
span { border-color: rgb(174,167,156); }
td.TdClassName
{
border-color: #AEA79C;
}
.TagClassName
{
border-color: #AEA79C;
}
</style>