Shades of Cloudy #ADACA9
Tints of Cloudy #ADACA9
RGB
CMYK
RGB Variations
Color information
#ADACA9 (or 0xADACA9) is known color: Cloudy. HEX triplet: AD, AC and A9. RGB value is (173,172,169). Sum of RGB (Red+Green+Blue) = 173+172+169=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 173 - color contains mainly: red. Hex color #ADACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACA9 is #525356. Grayscale: #ABABAB. Windows color (decimal): -5395287 or 11119789. OLE color: 11119789.
HSL color Cylindrical-coordinate representation of color #ADACA9: hue angle of 45º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADACA9 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 169 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.32 |
| HSL | 45º | 0.02% | 0.67% | - |
| HSV(B) | 45º | 0.02% | 0.68% | - |
| XYZ | 39.15 | 41.25 | 43.44 | - |
| YUV | 171.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 169 | 0 | 0.01 | 0.02 | 0.32 | 45 | 0.02 | 0.67 |
| Hex | AD | AC | A9 | 0 | 1 | 2 | 20 | 2D | 2 | 43 |
| Octal | 255 | 254 | 251 | 0 | 1 | 2 | 40 | 55 | 2 | 103 |
| Binary | 10101101 | 10101100 | 10101001 | 0 | 1 | 10 | 100000 | 101101 | 10 | 1000011 |
Color Harmonies of #ADACA9
Complementary color
Monochromatic Colors of #ADACA9
Black with #ADACA9
Text Example
Text Example
White with #ADACA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACA9; }
p { color: rgb(173,172,169); }
H1.HeaderClassName
{
color: #ADACA9;
}
.AnyTagClassName
{
color: #ADACA9;
}
</style>
background-color css
<style>
a { background-color: #ADACA9; }
a { background-color: rgb(173,172,169); }
div.DivClassName
{
background-color: #ADACA9;
}
.BgClassName
{
background-color: #ADACA9;
}
</style>
border-color css
<style>
span { border-color: #ADACA9; }
span { border-color: rgb(173,172,169); }
td.TdClassName
{
border-color: #ADACA9;
}
.TagClassName
{
border-color: #ADACA9;
}
</style>