Shades of Cloudy #ADA294
Tints of Cloudy #ADA294
RGB
CMYK
RGB Variations
Color information
#ADA294 (or 0xADA294) is known color: Cloudy. HEX triplet: AD, A2 and 94. RGB value is (173,162,148). Sum of RGB (Red+Green+Blue) = 173+162+148=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA294 is #525D6B. Grayscale: #A3A3A3. Windows color (decimal): -5397868 or 9740973. OLE color: 9740973.
HSL color Cylindrical-coordinate representation of color #ADA294: hue angle of 33.6º 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 #ADA294 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 148 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.32 |
| HSL | 33.6º | 0.13% | 0.63% | - |
| HSV(B) | 33.6º | 0.14% | 0.68% | - |
| XYZ | 35.5 | 36.86 | 33.26 | - |
| YUV | 163.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 148 | 0 | 0.06 | 0.14 | 0.32 | 33.6 | 0.13 | 0.63 |
| Hex | AD | A2 | 94 | 0 | 6 | E | 20 | 22 | D | 3F |
| Octal | 255 | 242 | 224 | 0 | 6 | 16 | 40 | 42 | 15 | 77 |
| Binary | 10101101 | 10100010 | 10010100 | 0 | 110 | 1110 | 100000 | 100010 | 1101 | 111111 |
Color Harmonies of #ADA294
Complementary color
Monochromatic Colors of #ADA294
Black with #ADA294
Text Example
Text Example
White with #ADA294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA294; }
p { color: rgb(173,162,148); }
H1.HeaderClassName
{
color: #ADA294;
}
.AnyTagClassName
{
color: #ADA294;
}
</style>
background-color css
<style>
a { background-color: #ADA294; }
a { background-color: rgb(173,162,148); }
div.DivClassName
{
background-color: #ADA294;
}
.BgClassName
{
background-color: #ADA294;
}
</style>
border-color css
<style>
span { border-color: #ADA294; }
span { border-color: rgb(173,162,148); }
td.TdClassName
{
border-color: #ADA294;
}
.TagClassName
{
border-color: #ADA294;
}
</style>