Shades of Cloudy #AEA7A0
Tints of Cloudy #AEA7A0
RGB
CMYK
RGB Variations
Color information
#AEA7A0 (or 0xAEA7A0) is known color: Cloudy. HEX triplet: AE, A7 and A0. RGB value is (174,167,160). Sum of RGB (Red+Green+Blue) = 174+167+160=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA7A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA7A0 is #51585F. Grayscale: #A8A8A8. Windows color (decimal): -5331040 or 10528686. OLE color: 10528686.
HSL color Cylindrical-coordinate representation of color #AEA7A0: hue angle of 30º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEA7A0 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 167 | 160 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.32 |
| HSL | 30º | 0.08% | 0.65% | - |
| HSV(B) | 30º | 0.08% | 0.68% | - |
| XYZ | 37.62 | 39.17 | 38.84 | - |
| YUV | 168.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 167 | 160 | 0 | 0.04 | 0.08 | 0.32 | 30 | 0.08 | 0.65 |
| Hex | AE | A7 | A0 | 0 | 4 | 8 | 20 | 1E | 8 | 41 |
| Octal | 256 | 247 | 240 | 0 | 4 | 10 | 40 | 36 | 10 | 101 |
| Binary | 10101110 | 10100111 | 10100000 | 0 | 100 | 1000 | 100000 | 11110 | 1000 | 1000001 |
Color Harmonies of #AEA7A0
Complementary color
Monochromatic Colors of #AEA7A0
Black with #AEA7A0
Text Example
Text Example
White with #AEA7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA7A0; }
p { color: rgb(174,167,160); }
H1.HeaderClassName
{
color: #AEA7A0;
}
.AnyTagClassName
{
color: #AEA7A0;
}
</style>
background-color css
<style>
a { background-color: #AEA7A0; }
a { background-color: rgb(174,167,160); }
div.DivClassName
{
background-color: #AEA7A0;
}
.BgClassName
{
background-color: #AEA7A0;
}
</style>
border-color css
<style>
span { border-color: #AEA7A0; }
span { border-color: rgb(174,167,160); }
td.TdClassName
{
border-color: #AEA7A0;
}
.TagClassName
{
border-color: #AEA7A0;
}
</style>