Shades of Cloudy #ADA9A2
Tints of Cloudy #ADA9A2
RGB
CMYK
RGB Variations
Color information
#ADA9A2 (or 0xADA9A2) is known color: Cloudy. HEX triplet: AD, A9 and A2. RGB value is (173,169,162). Sum of RGB (Red+Green+Blue) = 173+169+162=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA9A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA9A2 is #52565D. Grayscale: #A9A9A9. Windows color (decimal): -5396062 or 10660269. OLE color: 10660269.
HSL color Cylindrical-coordinate representation of color #ADA9A2: hue angle of 38.18º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADA9A2 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 169 | 162 | - |
CMYK | 0 | 0.02 | 0.06 | 0.32 |
HSL | 38.18º | 0.06% | 0.66% | - |
HSV(B) | 38.18º | 0.06% | 0.68% | - |
XYZ | 37.94 | 39.87 | 39.88 | - |
YUV | 169.4 | 123.83 | 130.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 169 | 162 | 0 | 0.02 | 0.06 | 0.32 | 38.18 | 0.06 | 0.66 |
Hex | AD | A9 | A2 | 0 | 2 | 6 | 20 | 26 | 6 | 42 |
Octal | 255 | 251 | 242 | 0 | 2 | 6 | 40 | 46 | 6 | 102 |
Binary | 10101101 | 10101001 | 10100010 | 0 | 10 | 110 | 100000 | 100110 | 110 | 1000010 |
Color Harmonies of #ADA9A2
Complementary color
Monochromatic Colors of #ADA9A2
Black with #ADA9A2
Text Example
Text Example
White with #ADA9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA9A2; }
p { color: rgb(173,169,162); }
H1.HeaderClassName
{
color: #ADA9A2;
}
.AnyTagClassName
{
color: #ADA9A2;
}
</style>
background-color css
<style>
a { background-color: #ADA9A2; }
a { background-color: rgb(173,169,162); }
div.DivClassName
{
background-color: #ADA9A2;
}
.BgClassName
{
background-color: #ADA9A2;
}
</style>
border-color css
<style>
span { border-color: #ADA9A2; }
span { border-color: rgb(173,169,162); }
td.TdClassName
{
border-color: #ADA9A2;
}
.TagClassName
{
border-color: #ADA9A2;
}
</style>