Shades of Cloudy #ADA89E
Tints of Cloudy #ADA89E
RGB
CMYK
RGB Variations
Color information
#ADA89E (or 0xADA89E) is known color: Cloudy. HEX triplet: AD, A8 and 9E. RGB value is (173,168,158). Sum of RGB (Red+Green+Blue) = 173+168+158=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA89E is #525761. Grayscale: #A8A8A8. Windows color (decimal): -5396322 or 10397869. OLE color: 10397869.
HSL color Cylindrical-coordinate representation of color #ADA89E: hue angle of 40º 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 #ADA89E is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 158 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.32 |
| HSL | 40º | 0.08% | 0.65% | - |
| HSV(B) | 40º | 0.09% | 0.68% | - |
| XYZ | 37.41 | 39.36 | 37.97 | - |
| YUV | 168.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 158 | 0 | 0.03 | 0.09 | 0.32 | 40 | 0.08 | 0.65 |
| Hex | AD | A8 | 9E | 0 | 3 | 9 | 20 | 28 | 8 | 41 |
| Octal | 255 | 250 | 236 | 0 | 3 | 11 | 40 | 50 | 10 | 101 |
| Binary | 10101101 | 10101000 | 10011110 | 0 | 11 | 1001 | 100000 | 101000 | 1000 | 1000001 |
Color Harmonies of #ADA89E
Complementary color
Monochromatic Colors of #ADA89E
Black with #ADA89E
Text Example
Text Example
White with #ADA89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA89E; }
p { color: rgb(173,168,158); }
H1.HeaderClassName
{
color: #ADA89E;
}
.AnyTagClassName
{
color: #ADA89E;
}
</style>
background-color css
<style>
a { background-color: #ADA89E; }
a { background-color: rgb(173,168,158); }
div.DivClassName
{
background-color: #ADA89E;
}
.BgClassName
{
background-color: #ADA89E;
}
</style>
border-color css
<style>
span { border-color: #ADA89E; }
span { border-color: rgb(173,168,158); }
td.TdClassName
{
border-color: #ADA89E;
}
.TagClassName
{
border-color: #ADA89E;
}
</style>