Shades of Cloudy #ADA599
Tints of Cloudy #ADA599
RGB
CMYK
RGB Variations
Color information
#ADA599 (or 0xADA599) is known color: Cloudy. HEX triplet: AD, A5 and 99. RGB value is (173,165,153). Sum of RGB (Red+Green+Blue) = 173+165+153=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA599 is #525A66. Grayscale: #A6A6A6. Windows color (decimal): -5397095 or 10069421. OLE color: 10069421.
HSL color Cylindrical-coordinate representation of color #ADA599: hue angle of 36º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADA599 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 153 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.32 |
| HSL | 36º | 0.11% | 0.64% | - |
| HSV(B) | 36º | 0.12% | 0.68% | - |
| XYZ | 36.44 | 38.09 | 35.57 | - |
| YUV | 166.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 153 | 0 | 0.05 | 0.12 | 0.32 | 36 | 0.11 | 0.64 |
| Hex | AD | A5 | 99 | 0 | 5 | C | 20 | 24 | B | 40 |
| Octal | 255 | 245 | 231 | 0 | 5 | 14 | 40 | 44 | 13 | 100 |
| Binary | 10101101 | 10100101 | 10011001 | 0 | 101 | 1100 | 100000 | 100100 | 1011 | 1000000 |
Color Harmonies of #ADA599
Complementary color
Monochromatic Colors of #ADA599
Black with #ADA599
Text Example
Text Example
White with #ADA599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA599; }
p { color: rgb(173,165,153); }
H1.HeaderClassName
{
color: #ADA599;
}
.AnyTagClassName
{
color: #ADA599;
}
</style>
background-color css
<style>
a { background-color: #ADA599; }
a { background-color: rgb(173,165,153); }
div.DivClassName
{
background-color: #ADA599;
}
.BgClassName
{
background-color: #ADA599;
}
</style>
border-color css
<style>
span { border-color: #ADA599; }
span { border-color: rgb(173,165,153); }
td.TdClassName
{
border-color: #ADA599;
}
.TagClassName
{
border-color: #ADA599;
}
</style>