Shades of Cloudy #ADA39A
Tints of Cloudy #ADA39A
RGB
CMYK
RGB Variations
Color information
#ADA39A (or 0xADA39A) is known color: Cloudy. HEX triplet: AD, A3 and 9A. RGB value is (173,163,154). Sum of RGB (Red+Green+Blue) = 173+163+154=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA39A is #525C65. Grayscale: #A5A5A5. Windows color (decimal): -5397606 or 10134445. OLE color: 10134445.
HSL color Cylindrical-coordinate representation of color #ADA39A: hue angle of 28.42º 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 #ADA39A is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 154 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.32 |
| HSL | 28.42º | 0.1% | 0.64% | - |
| HSV(B) | 28.42º | 0.11% | 0.68% | - |
| XYZ | 36.16 | 37.41 | 35.89 | - |
| YUV | 164.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 154 | 0 | 0.06 | 0.11 | 0.32 | 28.42 | 0.1 | 0.64 |
| Hex | AD | A3 | 9A | 0 | 6 | B | 20 | 1C | A | 40 |
| Octal | 255 | 243 | 232 | 0 | 6 | 13 | 40 | 34 | 12 | 100 |
| Binary | 10101101 | 10100011 | 10011010 | 0 | 110 | 1011 | 100000 | 11100 | 1010 | 1000000 |
Color Harmonies of #ADA39A
Complementary color
Monochromatic Colors of #ADA39A
Black with #ADA39A
Text Example
Text Example
White with #ADA39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA39A; }
p { color: rgb(173,163,154); }
H1.HeaderClassName
{
color: #ADA39A;
}
.AnyTagClassName
{
color: #ADA39A;
}
</style>
background-color css
<style>
a { background-color: #ADA39A; }
a { background-color: rgb(173,163,154); }
div.DivClassName
{
background-color: #ADA39A;
}
.BgClassName
{
background-color: #ADA39A;
}
</style>
border-color css
<style>
span { border-color: #ADA39A; }
span { border-color: rgb(173,163,154); }
td.TdClassName
{
border-color: #ADA39A;
}
.TagClassName
{
border-color: #ADA39A;
}
</style>