Shades of Cloudy #ADA197
Tints of Cloudy #ADA197
RGB
CMYK
RGB Variations
Color information
#ADA197 (or 0xADA197) is known color: Cloudy. HEX triplet: AD, A1 and 97. RGB value is (173,161,151). Sum of RGB (Red+Green+Blue) = 173+161+151=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA197 is #525E68. Grayscale: #A3A3A3. Windows color (decimal): -5398121 or 9937325. OLE color: 9937325.
HSL color Cylindrical-coordinate representation of color #ADA197: hue angle of 27.27º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADA197 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 151 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.32 |
| HSL | 27.27º | 0.12% | 0.64% | - |
| HSV(B) | 27.27º | 0.13% | 0.68% | - |
| XYZ | 35.56 | 36.61 | 34.47 | - |
| YUV | 163.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 151 | 0 | 0.07 | 0.13 | 0.32 | 27.27 | 0.12 | 0.64 |
| Hex | AD | A1 | 97 | 0 | 7 | D | 20 | 1B | C | 40 |
| Octal | 255 | 241 | 227 | 0 | 7 | 15 | 40 | 33 | 14 | 100 |
| Binary | 10101101 | 10100001 | 10010111 | 0 | 111 | 1101 | 100000 | 11011 | 1100 | 1000000 |
Color Harmonies of #ADA197
Complementary color
Monochromatic Colors of #ADA197
Black with #ADA197
Text Example
Text Example
White with #ADA197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA197; }
p { color: rgb(173,161,151); }
H1.HeaderClassName
{
color: #ADA197;
}
.AnyTagClassName
{
color: #ADA197;
}
</style>
background-color css
<style>
a { background-color: #ADA197; }
a { background-color: rgb(173,161,151); }
div.DivClassName
{
background-color: #ADA197;
}
.BgClassName
{
background-color: #ADA197;
}
</style>
border-color css
<style>
span { border-color: #ADA197; }
span { border-color: rgb(173,161,151); }
td.TdClassName
{
border-color: #ADA197;
}
.TagClassName
{
border-color: #ADA197;
}
</style>