Shades of Cloudy #ADA99E
Tints of Cloudy #ADA99E
RGB
CMYK
RGB Variations
Color information
#ADA99E (or 0xADA99E) is known color: Cloudy. HEX triplet: AD, A9 and 9E. RGB value is (173,169,158). Sum of RGB (Red+Green+Blue) = 173+169+158=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA99E is #525661. Grayscale: #A8A8A8. Windows color (decimal): -5396066 or 10398125. OLE color: 10398125.
HSL color Cylindrical-coordinate representation of color #ADA99E: hue angle of 44º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADA99E is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 158 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.32 |
| HSL | 44º | 0.08% | 0.65% | - |
| HSV(B) | 44º | 0.09% | 0.68% | - |
| XYZ | 37.59 | 39.73 | 38.03 | - |
| YUV | 168.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 158 | 0 | 0.02 | 0.09 | 0.32 | 44 | 0.08 | 0.65 |
| Hex | AD | A9 | 9E | 0 | 2 | 9 | 20 | 2C | 8 | 41 |
| Octal | 255 | 251 | 236 | 0 | 2 | 11 | 40 | 54 | 10 | 101 |
| Binary | 10101101 | 10101001 | 10011110 | 0 | 10 | 1001 | 100000 | 101100 | 1000 | 1000001 |
Color Harmonies of #ADA99E
Complementary color
Monochromatic Colors of #ADA99E
Black with #ADA99E
Text Example
Text Example
White with #ADA99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA99E; }
p { color: rgb(173,169,158); }
H1.HeaderClassName
{
color: #ADA99E;
}
.AnyTagClassName
{
color: #ADA99E;
}
</style>
background-color css
<style>
a { background-color: #ADA99E; }
a { background-color: rgb(173,169,158); }
div.DivClassName
{
background-color: #ADA99E;
}
.BgClassName
{
background-color: #ADA99E;
}
</style>
border-color css
<style>
span { border-color: #ADA99E; }
span { border-color: rgb(173,169,158); }
td.TdClassName
{
border-color: #ADA99E;
}
.TagClassName
{
border-color: #ADA99E;
}
</style>