Shades of Cloudy #ADAAA1
Tints of Cloudy #ADAAA1
RGB
CMYK
RGB Variations
Color information
#ADAAA1 (or 0xADAAA1) is known color: Cloudy. HEX triplet: AD, AA and A1. RGB value is (173,170,161). Sum of RGB (Red+Green+Blue) = 173+170+161=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAAA1 is #52555E. Grayscale: #A9A9A9. Windows color (decimal): -5395807 or 10594989. OLE color: 10594989.
HSL color Cylindrical-coordinate representation of color #ADAAA1: hue angle of 45º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADAAA1 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 161 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.32 |
| HSL | 45º | 0.07% | 0.65% | - |
| HSV(B) | 45º | 0.07% | 0.68% | - |
| XYZ | 38.04 | 40.21 | 39.47 | - |
| YUV | 169.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 161 | 0 | 0.02 | 0.07 | 0.32 | 45 | 0.07 | 0.65 |
| Hex | AD | AA | A1 | 0 | 2 | 7 | 20 | 2D | 7 | 41 |
| Octal | 255 | 252 | 241 | 0 | 2 | 7 | 40 | 55 | 7 | 101 |
| Binary | 10101101 | 10101010 | 10100001 | 0 | 10 | 111 | 100000 | 101101 | 111 | 1000001 |
Color Harmonies of #ADAAA1
Complementary color
Monochromatic Colors of #ADAAA1
Black with #ADAAA1
Text Example
Text Example
White with #ADAAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAAA1; }
p { color: rgb(173,170,161); }
H1.HeaderClassName
{
color: #ADAAA1;
}
.AnyTagClassName
{
color: #ADAAA1;
}
</style>
background-color css
<style>
a { background-color: #ADAAA1; }
a { background-color: rgb(173,170,161); }
div.DivClassName
{
background-color: #ADAAA1;
}
.BgClassName
{
background-color: #ADAAA1;
}
</style>
border-color css
<style>
span { border-color: #ADAAA1; }
span { border-color: rgb(173,170,161); }
td.TdClassName
{
border-color: #ADAAA1;
}
.TagClassName
{
border-color: #ADAAA1;
}
</style>