Shades of Cloudy #ADA094
Tints of Cloudy #ADA094
RGB
CMYK
RGB Variations
Color information
#ADA094 (or 0xADA094) is known color: Cloudy. HEX triplet: AD, A0 and 94. RGB value is (173,160,148). Sum of RGB (Red+Green+Blue) = 173+160+148=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA094 is #525F6B. Grayscale: #A2A2A2. Windows color (decimal): -5398380 or 9740461. OLE color: 9740461.
HSL color Cylindrical-coordinate representation of color #ADA094: hue angle of 28.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADA094 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 148 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.32 |
| HSL | 28.8º | 0.13% | 0.63% | - |
| HSV(B) | 28.8º | 0.14% | 0.68% | - |
| XYZ | 35.15 | 36.16 | 33.14 | - |
| YUV | 162.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 148 | 0 | 0.08 | 0.14 | 0.32 | 28.8 | 0.13 | 0.63 |
| Hex | AD | A0 | 94 | 0 | 8 | E | 20 | 1D | D | 3F |
| Octal | 255 | 240 | 224 | 0 | 10 | 16 | 40 | 35 | 15 | 77 |
| Binary | 10101101 | 10100000 | 10010100 | 0 | 1000 | 1110 | 100000 | 11101 | 1101 | 111111 |
Color Harmonies of #ADA094
Complementary color
Monochromatic Colors of #ADA094
Black with #ADA094
Text Example
Text Example
White with #ADA094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA094; }
p { color: rgb(173,160,148); }
H1.HeaderClassName
{
color: #ADA094;
}
.AnyTagClassName
{
color: #ADA094;
}
</style>
background-color css
<style>
a { background-color: #ADA094; }
a { background-color: rgb(173,160,148); }
div.DivClassName
{
background-color: #ADA094;
}
.BgClassName
{
background-color: #ADA094;
}
</style>
border-color css
<style>
span { border-color: #ADA094; }
span { border-color: rgb(173,160,148); }
td.TdClassName
{
border-color: #ADA094;
}
.TagClassName
{
border-color: #ADA094;
}
</style>