Shades of Cloudy #AEA49A
Tints of Cloudy #AEA49A
RGB
CMYK
RGB Variations
Color information
#AEA49A (or 0xAEA49A) is known color: Cloudy. HEX triplet: AE, A4 and 9A. RGB value is (174,164,154). Sum of RGB (Red+Green+Blue) = 174+164+154=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA49A is #515B65. Grayscale: #A5A5A5. Windows color (decimal): -5331814 or 10134702. OLE color: 10134702.
HSL color Cylindrical-coordinate representation of color #AEA49A: hue angle of 30º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEA49A is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 164 | 154 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.32 |
| HSL | 30º | 0.11% | 0.64% | - |
| HSV(B) | 30º | 0.11% | 0.68% | - |
| XYZ | 36.56 | 37.88 | 35.96 | - |
| YUV | 165.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 164 | 154 | 0 | 0.06 | 0.11 | 0.32 | 30 | 0.11 | 0.64 |
| Hex | AE | A4 | 9A | 0 | 6 | B | 20 | 1E | B | 40 |
| Octal | 256 | 244 | 232 | 0 | 6 | 13 | 40 | 36 | 13 | 100 |
| Binary | 10101110 | 10100100 | 10011010 | 0 | 110 | 1011 | 100000 | 11110 | 1011 | 1000000 |
Color Harmonies of #AEA49A
Complementary color
Monochromatic Colors of #AEA49A
Black with #AEA49A
Text Example
Text Example
White with #AEA49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA49A; }
p { color: rgb(174,164,154); }
H1.HeaderClassName
{
color: #AEA49A;
}
.AnyTagClassName
{
color: #AEA49A;
}
</style>
background-color css
<style>
a { background-color: #AEA49A; }
a { background-color: rgb(174,164,154); }
div.DivClassName
{
background-color: #AEA49A;
}
.BgClassName
{
background-color: #AEA49A;
}
</style>
border-color css
<style>
span { border-color: #AEA49A; }
span { border-color: rgb(174,164,154); }
td.TdClassName
{
border-color: #AEA49A;
}
.TagClassName
{
border-color: #AEA49A;
}
</style>