Shades of Cloudy #ADA39B
Tints of Cloudy #ADA39B
RGB
CMYK
RGB Variations
Color information
#ADA39B (or 0xADA39B) is known color: Cloudy. HEX triplet: AD, A3 and 9B. RGB value is (173,163,155). Sum of RGB (Red+Green+Blue) = 173+163+155=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA39B is #525C64. Grayscale: #A5A5A5. Windows color (decimal): -5397605 or 10199981. OLE color: 10199981.
HSL color Cylindrical-coordinate representation of color #ADA39B: hue angle of 26.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 #ADA39B is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 155 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.32 |
| HSL | 26.67º | 0.1% | 0.64% | - |
| HSV(B) | 26.67º | 0.1% | 0.68% | - |
| XYZ | 36.25 | 37.45 | 36.33 | - |
| YUV | 165.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 155 | 0 | 0.06 | 0.10 | 0.32 | 26.67 | 0.1 | 0.64 |
| Hex | AD | A3 | 9B | 0 | 6 | A | 20 | 1B | A | 40 |
| Octal | 255 | 243 | 233 | 0 | 6 | 12 | 40 | 33 | 12 | 100 |
| Binary | 10101101 | 10100011 | 10011011 | 0 | 110 | 1010 | 100000 | 11011 | 1010 | 1000000 |
Color Harmonies of #ADA39B
Complementary color
Monochromatic Colors of #ADA39B
Black with #ADA39B
Text Example
Text Example
White with #ADA39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA39B; }
p { color: rgb(173,163,155); }
H1.HeaderClassName
{
color: #ADA39B;
}
.AnyTagClassName
{
color: #ADA39B;
}
</style>
background-color css
<style>
a { background-color: #ADA39B; }
a { background-color: rgb(173,163,155); }
div.DivClassName
{
background-color: #ADA39B;
}
.BgClassName
{
background-color: #ADA39B;
}
</style>
border-color css
<style>
span { border-color: #ADA39B; }
span { border-color: rgb(173,163,155); }
td.TdClassName
{
border-color: #ADA39B;
}
.TagClassName
{
border-color: #ADA39B;
}
</style>