Shades of Cloudy #ADA193
Tints of Cloudy #ADA193
RGB
CMYK
RGB Variations
Color information
#ADA193 (or 0xADA193) is known color: Cloudy. HEX triplet: AD, A1 and 93. RGB value is (173,161,147). Sum of RGB (Red+Green+Blue) = 173+161+147=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA193 is #525E6C. Grayscale: #A3A3A3. Windows color (decimal): -5398125 or 9675181. OLE color: 9675181.
HSL color Cylindrical-coordinate representation of color #ADA193: hue angle of 32.31º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADA193 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 147 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.32 |
| HSL | 32.31º | 0.14% | 0.63% | - |
| HSV(B) | 32.31º | 0.15% | 0.68% | - |
| XYZ | 35.24 | 36.48 | 32.79 | - |
| YUV | 162.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 147 | 0 | 0.07 | 0.15 | 0.32 | 32.31 | 0.14 | 0.63 |
| Hex | AD | A1 | 93 | 0 | 7 | F | 20 | 20 | E | 3F |
| Octal | 255 | 241 | 223 | 0 | 7 | 17 | 40 | 40 | 16 | 77 |
| Binary | 10101101 | 10100001 | 10010011 | 0 | 111 | 1111 | 100000 | 100000 | 1110 | 111111 |
Color Harmonies of #ADA193
Complementary color
Monochromatic Colors of #ADA193
Black with #ADA193
Text Example
Text Example
White with #ADA193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA193; }
p { color: rgb(173,161,147); }
H1.HeaderClassName
{
color: #ADA193;
}
.AnyTagClassName
{
color: #ADA193;
}
</style>
background-color css
<style>
a { background-color: #ADA193; }
a { background-color: rgb(173,161,147); }
div.DivClassName
{
background-color: #ADA193;
}
.BgClassName
{
background-color: #ADA193;
}
</style>
border-color css
<style>
span { border-color: #ADA193; }
span { border-color: rgb(173,161,147); }
td.TdClassName
{
border-color: #ADA193;
}
.TagClassName
{
border-color: #ADA193;
}
</style>