Shades of Cloudy #ADA79A
Tints of Cloudy #ADA79A
RGB
CMYK
RGB Variations
Color information
#ADA79A (or 0xADA79A) is known color: Cloudy. HEX triplet: AD, A7 and 9A. RGB value is (173,167,154). Sum of RGB (Red+Green+Blue) = 173+167+154=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA79A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA79A is #525865. Grayscale: #A7A7A7. Windows color (decimal): -5396582 or 10135469. OLE color: 10135469.
HSL color Cylindrical-coordinate representation of color #ADA79A: hue angle of 41.05º degrees, saturation: 0.1, 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 #ADA79A is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 154 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.32 |
| HSL | 41.05º | 0.1% | 0.64% | - |
| HSV(B) | 41.05º | 0.11% | 0.68% | - |
| XYZ | 36.89 | 38.85 | 36.13 | - |
| YUV | 167.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 154 | 0 | 0.03 | 0.11 | 0.32 | 41.05 | 0.1 | 0.64 |
| Hex | AD | A7 | 9A | 0 | 3 | B | 20 | 29 | A | 40 |
| Octal | 255 | 247 | 232 | 0 | 3 | 13 | 40 | 51 | 12 | 100 |
| Binary | 10101101 | 10100111 | 10011010 | 0 | 11 | 1011 | 100000 | 101001 | 1010 | 1000000 |
Color Harmonies of #ADA79A
Complementary color
Monochromatic Colors of #ADA79A
Black with #ADA79A
Text Example
Text Example
White with #ADA79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA79A; }
p { color: rgb(173,167,154); }
H1.HeaderClassName
{
color: #ADA79A;
}
.AnyTagClassName
{
color: #ADA79A;
}
</style>
background-color css
<style>
a { background-color: #ADA79A; }
a { background-color: rgb(173,167,154); }
div.DivClassName
{
background-color: #ADA79A;
}
.BgClassName
{
background-color: #ADA79A;
}
</style>
border-color css
<style>
span { border-color: #ADA79A; }
span { border-color: rgb(173,167,154); }
td.TdClassName
{
border-color: #ADA79A;
}
.TagClassName
{
border-color: #ADA79A;
}
</style>