Shades of Cloudy #ADA99F
Tints of Cloudy #ADA99F
RGB
CMYK
RGB Variations
Color information
#ADA99F (or 0xADA99F) is known color: Cloudy. HEX triplet: AD, A9 and 9F. RGB value is (173,169,159). Sum of RGB (Red+Green+Blue) = 173+169+159=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA99F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA99F is #525660. Grayscale: #A9A9A9. Windows color (decimal): -5396065 or 10463661. OLE color: 10463661.
HSL color Cylindrical-coordinate representation of color #ADA99F: hue angle of 42.86º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADA99F is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 159 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.32 |
| HSL | 42.86º | 0.08% | 0.65% | - |
| HSV(B) | 42.86º | 0.08% | 0.68% | - |
| XYZ | 37.68 | 39.76 | 38.49 | - |
| YUV | 169.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 159 | 0 | 0.02 | 0.08 | 0.32 | 42.86 | 0.08 | 0.65 |
| Hex | AD | A9 | 9F | 0 | 2 | 8 | 20 | 2B | 8 | 41 |
| Octal | 255 | 251 | 237 | 0 | 2 | 10 | 40 | 53 | 10 | 101 |
| Binary | 10101101 | 10101001 | 10011111 | 0 | 10 | 1000 | 100000 | 101011 | 1000 | 1000001 |
Color Harmonies of #ADA99F
Complementary color
Monochromatic Colors of #ADA99F
Black with #ADA99F
Text Example
Text Example
White with #ADA99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA99F; }
p { color: rgb(173,169,159); }
H1.HeaderClassName
{
color: #ADA99F;
}
.AnyTagClassName
{
color: #ADA99F;
}
</style>
background-color css
<style>
a { background-color: #ADA99F; }
a { background-color: rgb(173,169,159); }
div.DivClassName
{
background-color: #ADA99F;
}
.BgClassName
{
background-color: #ADA99F;
}
</style>
border-color css
<style>
span { border-color: #ADA99F; }
span { border-color: rgb(173,169,159); }
td.TdClassName
{
border-color: #ADA99F;
}
.TagClassName
{
border-color: #ADA99F;
}
</style>