Shades of Cloudy #ADABA7
Tints of Cloudy #ADABA7
RGB
CMYK
RGB Variations
Color information
#ADABA7 (or 0xADABA7) is known color: Cloudy. HEX triplet: AD, AB and A7. RGB value is (173,171,167). Sum of RGB (Red+Green+Blue) = 173+171+167=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 173 - color contains mainly: red. Hex color #ADABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABA7 is #525458. Grayscale: #ABABAB. Windows color (decimal): -5395545 or 10988461. OLE color: 10988461.
HSL color Cylindrical-coordinate representation of color #ADABA7: hue angle of 40º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADABA7 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 167 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.32 |
| HSL | 40º | 0.04% | 0.67% | - |
| HSV(B) | 40º | 0.03% | 0.68% | - |
| XYZ | 38.77 | 40.8 | 42.39 | - |
| YUV | 171.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 167 | 0 | 0.01 | 0.03 | 0.32 | 40 | 0.04 | 0.67 |
| Hex | AD | AB | A7 | 0 | 1 | 3 | 20 | 28 | 4 | 43 |
| Octal | 255 | 253 | 247 | 0 | 1 | 3 | 40 | 50 | 4 | 103 |
| Binary | 10101101 | 10101011 | 10100111 | 0 | 1 | 11 | 100000 | 101000 | 100 | 1000011 |
Color Harmonies of #ADABA7
Complementary color
Monochromatic Colors of #ADABA7
Black with #ADABA7
Text Example
Text Example
White with #ADABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABA7; }
p { color: rgb(173,171,167); }
H1.HeaderClassName
{
color: #ADABA7;
}
.AnyTagClassName
{
color: #ADABA7;
}
</style>
background-color css
<style>
a { background-color: #ADABA7; }
a { background-color: rgb(173,171,167); }
div.DivClassName
{
background-color: #ADABA7;
}
.BgClassName
{
background-color: #ADABA7;
}
</style>
border-color css
<style>
span { border-color: #ADABA7; }
span { border-color: rgb(173,171,167); }
td.TdClassName
{
border-color: #ADABA7;
}
.TagClassName
{
border-color: #ADABA7;
}
</style>