Shades of Cloudy #ADAAA5
Tints of Cloudy #ADAAA5
RGB
CMYK
RGB Variations
Color information
#ADAAA5 (or 0xADAAA5) is known color: Cloudy. HEX triplet: AD, AA and A5. RGB value is (173,170,165). Sum of RGB (Red+Green+Blue) = 173+170+165=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAAA5 is #52555A. Grayscale: #AAAAAA. Windows color (decimal): -5395803 or 10857133. OLE color: 10857133.
HSL color Cylindrical-coordinate representation of color #ADAAA5: hue angle of 37.5º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADAAA5 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 170 | 165 | - |
CMYK | 0 | 0.02 | 0.05 | 0.32 |
HSL | 37.5º | 0.05% | 0.66% | - |
HSV(B) | 37.5º | 0.05% | 0.68% | - |
XYZ | 38.4 | 40.35 | 41.36 | - |
YUV | 170.33 | 124.99 | 129.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 170 | 165 | 0 | 0.02 | 0.05 | 0.32 | 37.5 | 0.05 | 0.66 |
Hex | AD | AA | A5 | 0 | 2 | 5 | 20 | 26 | 5 | 42 |
Octal | 255 | 252 | 245 | 0 | 2 | 5 | 40 | 46 | 5 | 102 |
Binary | 10101101 | 10101010 | 10100101 | 0 | 10 | 101 | 100000 | 100110 | 101 | 1000010 |
Color Harmonies of #ADAAA5
Complementary color
Monochromatic Colors of #ADAAA5
Black with #ADAAA5
Text Example
Text Example
White with #ADAAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAAA5; }
p { color: rgb(173,170,165); }
H1.HeaderClassName
{
color: #ADAAA5;
}
.AnyTagClassName
{
color: #ADAAA5;
}
</style>
background-color css
<style>
a { background-color: #ADAAA5; }
a { background-color: rgb(173,170,165); }
div.DivClassName
{
background-color: #ADAAA5;
}
.BgClassName
{
background-color: #ADAAA5;
}
</style>
border-color css
<style>
span { border-color: #ADAAA5; }
span { border-color: rgb(173,170,165); }
td.TdClassName
{
border-color: #ADAAA5;
}
.TagClassName
{
border-color: #ADAAA5;
}
</style>