Shades of Cloudy #ADA59B
Tints of Cloudy #ADA59B
RGB
CMYK
RGB Variations
Color information
#ADA59B (or 0xADA59B) is known color: Cloudy. HEX triplet: AD, A5 and 9B. RGB value is (173,165,155). Sum of RGB (Red+Green+Blue) = 173+165+155=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA59B is #525A64. Grayscale: #A6A6A6. Windows color (decimal): -5397093 or 10200493. OLE color: 10200493.
HSL color Cylindrical-coordinate representation of color #ADA59B: hue angle of 33.33º 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 #ADA59B is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 155 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.32 |
| HSL | 33.33º | 0.1% | 0.64% | - |
| HSV(B) | 33.33º | 0.1% | 0.68% | - |
| XYZ | 36.61 | 38.16 | 36.45 | - |
| YUV | 166.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 155 | 0 | 0.05 | 0.10 | 0.32 | 33.33 | 0.1 | 0.64 |
| Hex | AD | A5 | 9B | 0 | 5 | A | 20 | 21 | A | 40 |
| Octal | 255 | 245 | 233 | 0 | 5 | 12 | 40 | 41 | 12 | 100 |
| Binary | 10101101 | 10100101 | 10011011 | 0 | 101 | 1010 | 100000 | 100001 | 1010 | 1000000 |
Color Harmonies of #ADA59B
Complementary color
Monochromatic Colors of #ADA59B
Black with #ADA59B
Text Example
Text Example
White with #ADA59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA59B; }
p { color: rgb(173,165,155); }
H1.HeaderClassName
{
color: #ADA59B;
}
.AnyTagClassName
{
color: #ADA59B;
}
</style>
background-color css
<style>
a { background-color: #ADA59B; }
a { background-color: rgb(173,165,155); }
div.DivClassName
{
background-color: #ADA59B;
}
.BgClassName
{
background-color: #ADA59B;
}
</style>
border-color css
<style>
span { border-color: #ADA59B; }
span { border-color: rgb(173,165,155); }
td.TdClassName
{
border-color: #ADA59B;
}
.TagClassName
{
border-color: #ADA59B;
}
</style>