Shades of Cloudy #ADA69C
Tints of Cloudy #ADA69C
RGB
CMYK
RGB Variations
Color information
#ADA69C (or 0xADA69C) is known color: Cloudy. HEX triplet: AD, A6 and 9C. RGB value is (173,166,156). Sum of RGB (Red+Green+Blue) = 173+166+156=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA69C is #525963. Grayscale: #A7A7A7. Windows color (decimal): -5396836 or 10266285. OLE color: 10266285.
HSL color Cylindrical-coordinate representation of color #ADA69C: hue angle of 35.29º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADA69C is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 156 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.32 |
| HSL | 35.29º | 0.09% | 0.65% | - |
| HSV(B) | 35.29º | 0.1% | 0.68% | - |
| XYZ | 36.87 | 38.56 | 36.95 | - |
| YUV | 166.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 156 | 0 | 0.04 | 0.10 | 0.32 | 35.29 | 0.09 | 0.65 |
| Hex | AD | A6 | 9C | 0 | 4 | A | 20 | 23 | 9 | 41 |
| Octal | 255 | 246 | 234 | 0 | 4 | 12 | 40 | 43 | 11 | 101 |
| Binary | 10101101 | 10100110 | 10011100 | 0 | 100 | 1010 | 100000 | 100011 | 1001 | 1000001 |
Color Harmonies of #ADA69C
Complementary color
Monochromatic Colors of #ADA69C
Black with #ADA69C
Text Example
Text Example
White with #ADA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA69C; }
p { color: rgb(173,166,156); }
H1.HeaderClassName
{
color: #ADA69C;
}
.AnyTagClassName
{
color: #ADA69C;
}
</style>
background-color css
<style>
a { background-color: #ADA69C; }
a { background-color: rgb(173,166,156); }
div.DivClassName
{
background-color: #ADA69C;
}
.BgClassName
{
background-color: #ADA69C;
}
</style>
border-color css
<style>
span { border-color: #ADA69C; }
span { border-color: rgb(173,166,156); }
td.TdClassName
{
border-color: #ADA69C;
}
.TagClassName
{
border-color: #ADA69C;
}
</style>