Shades of Cloudy #ADA494
Tints of Cloudy #ADA494
RGB
CMYK
RGB Variations
Color information
#ADA494 (or 0xADA494) is known color: Cloudy. HEX triplet: AD, A4 and 94. RGB value is (173,164,148). Sum of RGB (Red+Green+Blue) = 173+164+148=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA494 is #525B6B. Grayscale: #A4A4A4. Windows color (decimal): -5397356 or 9741485. OLE color: 9741485.
HSL color Cylindrical-coordinate representation of color #ADA494: hue angle of 38.4º 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 #ADA494 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 148 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.32 |
| HSL | 38.4º | 0.13% | 0.63% | - |
| HSV(B) | 38.4º | 0.14% | 0.68% | - |
| XYZ | 35.85 | 37.57 | 33.38 | - |
| YUV | 164.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 148 | 0 | 0.05 | 0.14 | 0.32 | 38.4 | 0.13 | 0.63 |
| Hex | AD | A4 | 94 | 0 | 5 | E | 20 | 26 | D | 3F |
| Octal | 255 | 244 | 224 | 0 | 5 | 16 | 40 | 46 | 15 | 77 |
| Binary | 10101101 | 10100100 | 10010100 | 0 | 101 | 1110 | 100000 | 100110 | 1101 | 111111 |
Color Harmonies of #ADA494
Complementary color
Monochromatic Colors of #ADA494
Black with #ADA494
Text Example
Text Example
White with #ADA494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA494; }
p { color: rgb(173,164,148); }
H1.HeaderClassName
{
color: #ADA494;
}
.AnyTagClassName
{
color: #ADA494;
}
</style>
background-color css
<style>
a { background-color: #ADA494; }
a { background-color: rgb(173,164,148); }
div.DivClassName
{
background-color: #ADA494;
}
.BgClassName
{
background-color: #ADA494;
}
</style>
border-color css
<style>
span { border-color: #ADA494; }
span { border-color: rgb(173,164,148); }
td.TdClassName
{
border-color: #ADA494;
}
.TagClassName
{
border-color: #ADA494;
}
</style>