Shades of Cloudy #ADA49B
Tints of Cloudy #ADA49B
RGB
CMYK
RGB Variations
Color information
#ADA49B (or 0xADA49B) is known color: Cloudy. HEX triplet: AD, A4 and 9B. RGB value is (173,164,155). Sum of RGB (Red+Green+Blue) = 173+164+155=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA49B is #525B64. Grayscale: #A5A5A5. Windows color (decimal): -5397349 or 10200237. OLE color: 10200237.
HSL color Cylindrical-coordinate representation of color #ADA49B: hue angle of 30º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADA49B is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 155 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.32 |
| HSL | 30º | 0.1% | 0.64% | - |
| HSV(B) | 30º | 0.1% | 0.68% | - |
| XYZ | 36.43 | 37.8 | 36.39 | - |
| YUV | 165.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 155 | 0 | 0.05 | 0.10 | 0.32 | 30 | 0.1 | 0.64 |
| Hex | AD | A4 | 9B | 0 | 5 | A | 20 | 1E | A | 40 |
| Octal | 255 | 244 | 233 | 0 | 5 | 12 | 40 | 36 | 12 | 100 |
| Binary | 10101101 | 10100100 | 10011011 | 0 | 101 | 1010 | 100000 | 11110 | 1010 | 1000000 |
Color Harmonies of #ADA49B
Complementary color
Monochromatic Colors of #ADA49B
Black with #ADA49B
Text Example
Text Example
White with #ADA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA49B; }
p { color: rgb(173,164,155); }
H1.HeaderClassName
{
color: #ADA49B;
}
.AnyTagClassName
{
color: #ADA49B;
}
</style>
background-color css
<style>
a { background-color: #ADA49B; }
a { background-color: rgb(173,164,155); }
div.DivClassName
{
background-color: #ADA49B;
}
.BgClassName
{
background-color: #ADA49B;
}
</style>
border-color css
<style>
span { border-color: #ADA49B; }
span { border-color: rgb(173,164,155); }
td.TdClassName
{
border-color: #ADA49B;
}
.TagClassName
{
border-color: #ADA49B;
}
</style>