Shades of Cloudy #AEA99D
Tints of Cloudy #AEA99D
RGB
CMYK
RGB Variations
Color information
#AEA99D (or 0xAEA99D) is known color: Cloudy. HEX triplet: AE, A9 and 9D. RGB value is (174,169,157). Sum of RGB (Red+Green+Blue) = 174+169+157=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA99D is #515662. Grayscale: #A9A9A9. Windows color (decimal): -5330531 or 10332590. OLE color: 10332590.
HSL color Cylindrical-coordinate representation of color #AEA99D: hue angle of 42.35º degrees, saturation: 0.09, 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 #AEA99D is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 169 | 157 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.32 |
| HSL | 42.35º | 0.09% | 0.65% | - |
| HSV(B) | 42.35º | 0.1% | 0.68% | - |
| XYZ | 37.73 | 39.81 | 37.59 | - |
| YUV | 169.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 169 | 157 | 0 | 0.03 | 0.10 | 0.32 | 42.35 | 0.09 | 0.65 |
| Hex | AE | A9 | 9D | 0 | 3 | A | 20 | 2A | 9 | 41 |
| Octal | 256 | 251 | 235 | 0 | 3 | 12 | 40 | 52 | 11 | 101 |
| Binary | 10101110 | 10101001 | 10011101 | 0 | 11 | 1010 | 100000 | 101010 | 1001 | 1000001 |
Color Harmonies of #AEA99D
Complementary color
Monochromatic Colors of #AEA99D
Black with #AEA99D
Text Example
Text Example
White with #AEA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA99D; }
p { color: rgb(174,169,157); }
H1.HeaderClassName
{
color: #AEA99D;
}
.AnyTagClassName
{
color: #AEA99D;
}
</style>
background-color css
<style>
a { background-color: #AEA99D; }
a { background-color: rgb(174,169,157); }
div.DivClassName
{
background-color: #AEA99D;
}
.BgClassName
{
background-color: #AEA99D;
}
</style>
border-color css
<style>
span { border-color: #AEA99D; }
span { border-color: rgb(174,169,157); }
td.TdClassName
{
border-color: #AEA99D;
}
.TagClassName
{
border-color: #AEA99D;
}
</style>