Shades of Cloudy #ADA79B
Tints of Cloudy #ADA79B
RGB
CMYK
RGB Variations
Color information
#ADA79B (or 0xADA79B) is known color: Cloudy. HEX triplet: AD, A7 and 9B. RGB value is (173,167,155). Sum of RGB (Red+Green+Blue) = 173+167+155=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA79B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA79B is #525864. Grayscale: #A7A7A7. Windows color (decimal): -5396581 or 10201005. OLE color: 10201005.
HSL color Cylindrical-coordinate representation of color #ADA79B: hue angle of 40º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADA79B is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 155 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.32 |
| HSL | 40º | 0.1% | 0.64% | - |
| HSV(B) | 40º | 0.1% | 0.68% | - |
| XYZ | 36.97 | 38.89 | 36.57 | - |
| YUV | 167.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 155 | 0 | 0.03 | 0.10 | 0.32 | 40 | 0.1 | 0.64 |
| Hex | AD | A7 | 9B | 0 | 3 | A | 20 | 28 | A | 40 |
| Octal | 255 | 247 | 233 | 0 | 3 | 12 | 40 | 50 | 12 | 100 |
| Binary | 10101101 | 10100111 | 10011011 | 0 | 11 | 1010 | 100000 | 101000 | 1010 | 1000000 |
Color Harmonies of #ADA79B
Complementary color
Monochromatic Colors of #ADA79B
Black with #ADA79B
Text Example
Text Example
White with #ADA79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA79B; }
p { color: rgb(173,167,155); }
H1.HeaderClassName
{
color: #ADA79B;
}
.AnyTagClassName
{
color: #ADA79B;
}
</style>
background-color css
<style>
a { background-color: #ADA79B; }
a { background-color: rgb(173,167,155); }
div.DivClassName
{
background-color: #ADA79B;
}
.BgClassName
{
background-color: #ADA79B;
}
</style>
border-color css
<style>
span { border-color: #ADA79B; }
span { border-color: rgb(173,167,155); }
td.TdClassName
{
border-color: #ADA79B;
}
.TagClassName
{
border-color: #ADA79B;
}
</style>