Shades of Cloudy #ADACAA
Tints of Cloudy #ADACAA
RGB
CMYK
RGB Variations
Color information
#ADACAA (or 0xADACAA) is known color: Cloudy. HEX triplet: AD, AC and AA. RGB value is (173,172,170). Sum of RGB (Red+Green+Blue) = 173+172+170=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 173 - color contains mainly: red. Hex color #ADACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACAA is #525355. Grayscale: #ACACAC. Windows color (decimal): -5395286 or 11185325. OLE color: 11185325.
HSL color Cylindrical-coordinate representation of color #ADACAA: hue angle of 40º 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 #ADACAA is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 172 | 170 | - |
CMYK | 0 | 0.01 | 0.02 | 0.32 |
HSL | 40º | 0.02% | 0.67% | - |
HSV(B) | 40º | 0.02% | 0.68% | - |
XYZ | 39.24 | 41.29 | 43.93 | - |
YUV | 172.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 172 | 170 | 0 | 0.01 | 0.02 | 0.32 | 40 | 0.02 | 0.67 |
Hex | AD | AC | AA | 0 | 1 | 2 | 20 | 28 | 2 | 43 |
Octal | 255 | 254 | 252 | 0 | 1 | 2 | 40 | 50 | 2 | 103 |
Binary | 10101101 | 10101100 | 10101010 | 0 | 1 | 10 | 100000 | 101000 | 10 | 1000011 |
Color Harmonies of #ADACAA
Complementary color
Monochromatic Colors of #ADACAA
Black with #ADACAA
Text Example
Text Example
White with #ADACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACAA; }
p { color: rgb(173,172,170); }
H1.HeaderClassName
{
color: #ADACAA;
}
.AnyTagClassName
{
color: #ADACAA;
}
</style>
background-color css
<style>
a { background-color: #ADACAA; }
a { background-color: rgb(173,172,170); }
div.DivClassName
{
background-color: #ADACAA;
}
.BgClassName
{
background-color: #ADACAA;
}
</style>
border-color css
<style>
span { border-color: #ADACAA; }
span { border-color: rgb(173,172,170); }
td.TdClassName
{
border-color: #ADACAA;
}
.TagClassName
{
border-color: #ADACAA;
}
</style>