Shades of Cloudy #ADA69B
Tints of Cloudy #ADA69B
RGB
CMYK
RGB Variations
Color information
#ADA69B (or 0xADA69B) is known color: Cloudy. HEX triplet: AD, A6 and 9B. RGB value is (173,166,155). Sum of RGB (Red+Green+Blue) = 173+166+155=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA69B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA69B is #525964. Grayscale: #A6A6A6. Windows color (decimal): -5396837 or 10200749. OLE color: 10200749.
HSL color Cylindrical-coordinate representation of color #ADA69B: hue angle of 36.67º 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 #ADA69B is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 155 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.32 |
| HSL | 36.67º | 0.1% | 0.64% | - |
| HSV(B) | 36.67º | 0.1% | 0.68% | - |
| XYZ | 36.79 | 38.52 | 36.51 | - |
| YUV | 166.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 155 | 0 | 0.04 | 0.10 | 0.32 | 36.67 | 0.1 | 0.64 |
| Hex | AD | A6 | 9B | 0 | 4 | A | 20 | 25 | A | 40 |
| Octal | 255 | 246 | 233 | 0 | 4 | 12 | 40 | 45 | 12 | 100 |
| Binary | 10101101 | 10100110 | 10011011 | 0 | 100 | 1010 | 100000 | 100101 | 1010 | 1000000 |
Color Harmonies of #ADA69B
Complementary color
Monochromatic Colors of #ADA69B
Black with #ADA69B
Text Example
Text Example
White with #ADA69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA69B; }
p { color: rgb(173,166,155); }
H1.HeaderClassName
{
color: #ADA69B;
}
.AnyTagClassName
{
color: #ADA69B;
}
</style>
background-color css
<style>
a { background-color: #ADA69B; }
a { background-color: rgb(173,166,155); }
div.DivClassName
{
background-color: #ADA69B;
}
.BgClassName
{
background-color: #ADA69B;
}
</style>
border-color css
<style>
span { border-color: #ADA69B; }
span { border-color: rgb(173,166,155); }
td.TdClassName
{
border-color: #ADA69B;
}
.TagClassName
{
border-color: #ADA69B;
}
</style>