Shades of Cloudy #AEA69B
Tints of Cloudy #AEA69B
RGB
CMYK
RGB Variations
Color information
#AEA69B (or 0xAEA69B) is known color: Cloudy. HEX triplet: AE, A6 and 9B. RGB value is (174,166,155). Sum of RGB (Red+Green+Blue) = 174+166+155=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA69B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA69B is #515964. Grayscale: #A7A7A7. Windows color (decimal): -5331301 or 10200750. OLE color: 10200750.
HSL color Cylindrical-coordinate representation of color #AEA69B: hue angle of 34.74º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEA69B is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 166 | 155 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.32 |
| HSL | 34.74º | 0.1% | 0.65% | - |
| HSV(B) | 34.74º | 0.11% | 0.68% | - |
| XYZ | 37.01 | 38.64 | 36.52 | - |
| YUV | 167.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 166 | 155 | 0 | 0.05 | 0.11 | 0.32 | 34.74 | 0.1 | 0.65 |
| Hex | AE | A6 | 9B | 0 | 5 | B | 20 | 23 | A | 41 |
| Octal | 256 | 246 | 233 | 0 | 5 | 13 | 40 | 43 | 12 | 101 |
| Binary | 10101110 | 10100110 | 10011011 | 0 | 101 | 1011 | 100000 | 100011 | 1010 | 1000001 |
Color Harmonies of #AEA69B
Complementary color
Monochromatic Colors of #AEA69B
Black with #AEA69B
Text Example
Text Example
White with #AEA69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA69B; }
p { color: rgb(174,166,155); }
H1.HeaderClassName
{
color: #AEA69B;
}
.AnyTagClassName
{
color: #AEA69B;
}
</style>
background-color css
<style>
a { background-color: #AEA69B; }
a { background-color: rgb(174,166,155); }
div.DivClassName
{
background-color: #AEA69B;
}
.BgClassName
{
background-color: #AEA69B;
}
</style>
border-color css
<style>
span { border-color: #AEA69B; }
span { border-color: rgb(174,166,155); }
td.TdClassName
{
border-color: #AEA69B;
}
.TagClassName
{
border-color: #AEA69B;
}
</style>