Shades of Cloudy #ADA59A
Tints of Cloudy #ADA59A
RGB
CMYK
RGB Variations
Color information
#ADA59A (or 0xADA59A) is known color: Cloudy. HEX triplet: AD, A5 and 9A. RGB value is (173,165,154). Sum of RGB (Red+Green+Blue) = 173+165+154=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA59A is #525A65. Grayscale: #A6A6A6. Windows color (decimal): -5397094 or 10134957. OLE color: 10134957.
HSL color Cylindrical-coordinate representation of color #ADA59A: hue angle of 34.74º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADA59A is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 154 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.32 |
| HSL | 34.74º | 0.1% | 0.64% | - |
| HSV(B) | 34.74º | 0.11% | 0.68% | - |
| XYZ | 36.52 | 38.13 | 36.01 | - |
| YUV | 166.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 154 | 0 | 0.05 | 0.11 | 0.32 | 34.74 | 0.1 | 0.64 |
| Hex | AD | A5 | 9A | 0 | 5 | B | 20 | 23 | A | 40 |
| Octal | 255 | 245 | 232 | 0 | 5 | 13 | 40 | 43 | 12 | 100 |
| Binary | 10101101 | 10100101 | 10011010 | 0 | 101 | 1011 | 100000 | 100011 | 1010 | 1000000 |
Color Harmonies of #ADA59A
Complementary color
Monochromatic Colors of #ADA59A
Black with #ADA59A
Text Example
Text Example
White with #ADA59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA59A; }
p { color: rgb(173,165,154); }
H1.HeaderClassName
{
color: #ADA59A;
}
.AnyTagClassName
{
color: #ADA59A;
}
</style>
background-color css
<style>
a { background-color: #ADA59A; }
a { background-color: rgb(173,165,154); }
div.DivClassName
{
background-color: #ADA59A;
}
.BgClassName
{
background-color: #ADA59A;
}
</style>
border-color css
<style>
span { border-color: #ADA59A; }
span { border-color: rgb(173,165,154); }
td.TdClassName
{
border-color: #ADA59A;
}
.TagClassName
{
border-color: #ADA59A;
}
</style>