Shades of Cloudy #ADA59D
Tints of Cloudy #ADA59D
RGB
CMYK
RGB Variations
Color information
#ADA59D (or 0xADA59D) is known color: Cloudy. HEX triplet: AD, A5 and 9D. RGB value is (173,165,157). Sum of RGB (Red+Green+Blue) = 173+165+157=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA59D is #525A62. Grayscale: #A6A6A6. Windows color (decimal): -5397091 or 10331565. OLE color: 10331565.
HSL color Cylindrical-coordinate representation of color #ADA59D: hue angle of 30º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADA59D is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 157 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.32 |
| HSL | 30º | 0.09% | 0.65% | - |
| HSV(B) | 30º | 0.09% | 0.68% | - |
| XYZ | 36.77 | 38.23 | 37.34 | - |
| YUV | 166.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 157 | 0 | 0.05 | 0.09 | 0.32 | 30 | 0.09 | 0.65 |
| Hex | AD | A5 | 9D | 0 | 5 | 9 | 20 | 1E | 9 | 41 |
| Octal | 255 | 245 | 235 | 0 | 5 | 11 | 40 | 36 | 11 | 101 |
| Binary | 10101101 | 10100101 | 10011101 | 0 | 101 | 1001 | 100000 | 11110 | 1001 | 1000001 |
Color Harmonies of #ADA59D
Complementary color
Monochromatic Colors of #ADA59D
Black with #ADA59D
Text Example
Text Example
White with #ADA59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA59D; }
p { color: rgb(173,165,157); }
H1.HeaderClassName
{
color: #ADA59D;
}
.AnyTagClassName
{
color: #ADA59D;
}
</style>
background-color css
<style>
a { background-color: #ADA59D; }
a { background-color: rgb(173,165,157); }
div.DivClassName
{
background-color: #ADA59D;
}
.BgClassName
{
background-color: #ADA59D;
}
</style>
border-color css
<style>
span { border-color: #ADA59D; }
span { border-color: rgb(173,165,157); }
td.TdClassName
{
border-color: #ADA59D;
}
.TagClassName
{
border-color: #ADA59D;
}
</style>