Shades of Cloudy #ADA497
Tints of Cloudy #ADA497
RGB
CMYK
RGB Variations
Color information
#ADA497 (or 0xADA497) is known color: Cloudy. HEX triplet: AD, A4 and 97. RGB value is (173,164,151). Sum of RGB (Red+Green+Blue) = 173+164+151=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA497 is #525B68. Grayscale: #A5A5A5. Windows color (decimal): -5397353 or 9938093. OLE color: 9938093.
HSL color Cylindrical-coordinate representation of color #ADA497: hue angle of 35.45º 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 #ADA497 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 151 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.32 |
| HSL | 35.45º | 0.12% | 0.64% | - |
| HSV(B) | 35.45º | 0.13% | 0.68% | - |
| XYZ | 36.09 | 37.67 | 34.65 | - |
| YUV | 165.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 151 | 0 | 0.05 | 0.13 | 0.32 | 35.45 | 0.12 | 0.64 |
| Hex | AD | A4 | 97 | 0 | 5 | D | 20 | 23 | C | 40 |
| Octal | 255 | 244 | 227 | 0 | 5 | 15 | 40 | 43 | 14 | 100 |
| Binary | 10101101 | 10100100 | 10010111 | 0 | 101 | 1101 | 100000 | 100011 | 1100 | 1000000 |
Color Harmonies of #ADA497
Complementary color
Monochromatic Colors of #ADA497
Black with #ADA497
Text Example
Text Example
White with #ADA497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA497; }
p { color: rgb(173,164,151); }
H1.HeaderClassName
{
color: #ADA497;
}
.AnyTagClassName
{
color: #ADA497;
}
</style>
background-color css
<style>
a { background-color: #ADA497; }
a { background-color: rgb(173,164,151); }
div.DivClassName
{
background-color: #ADA497;
}
.BgClassName
{
background-color: #ADA497;
}
</style>
border-color css
<style>
span { border-color: #ADA497; }
span { border-color: rgb(173,164,151); }
td.TdClassName
{
border-color: #ADA497;
}
.TagClassName
{
border-color: #ADA497;
}
</style>