Shades of Cloudy #ADA092
Tints of Cloudy #ADA092
RGB
CMYK
RGB Variations
Color information
#ADA092 (or 0xADA092) is known color: Cloudy. HEX triplet: AD, A0 and 92. RGB value is (173,160,146). Sum of RGB (Red+Green+Blue) = 173+160+146=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA092 is #525F6D. Grayscale: #A2A2A2. Windows color (decimal): -5398382 or 9609389. OLE color: 9609389.
HSL color Cylindrical-coordinate representation of color #ADA092: hue angle of 31.11º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADA092 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 146 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.32 |
| HSL | 31.11º | 0.14% | 0.63% | - |
| HSV(B) | 31.11º | 0.16% | 0.68% | - |
| XYZ | 34.99 | 36.1 | 32.32 | - |
| YUV | 162.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 146 | 0 | 0.08 | 0.16 | 0.32 | 31.11 | 0.14 | 0.63 |
| Hex | AD | A0 | 92 | 0 | 8 | 10 | 20 | 1F | E | 3F |
| Octal | 255 | 240 | 222 | 0 | 10 | 20 | 40 | 37 | 16 | 77 |
| Binary | 10101101 | 10100000 | 10010010 | 0 | 1000 | 10000 | 100000 | 11111 | 1110 | 111111 |
Color Harmonies of #ADA092
Complementary color
Monochromatic Colors of #ADA092
Black with #ADA092
Text Example
Text Example
White with #ADA092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA092; }
p { color: rgb(173,160,146); }
H1.HeaderClassName
{
color: #ADA092;
}
.AnyTagClassName
{
color: #ADA092;
}
</style>
background-color css
<style>
a { background-color: #ADA092; }
a { background-color: rgb(173,160,146); }
div.DivClassName
{
background-color: #ADA092;
}
.BgClassName
{
background-color: #ADA092;
}
</style>
border-color css
<style>
span { border-color: #ADA092; }
span { border-color: rgb(173,160,146); }
td.TdClassName
{
border-color: #ADA092;
}
.TagClassName
{
border-color: #ADA092;
}
</style>