Shades of Cloudy #ADABA5
Tints of Cloudy #ADABA5
RGB
CMYK
RGB Variations
Color information
#ADABA5 (or 0xADABA5) is known color: Cloudy. HEX triplet: AD, AB and A5. RGB value is (173,171,165). Sum of RGB (Red+Green+Blue) = 173+171+165=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 173 - color contains mainly: red. Hex color #ADABA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABA5 is #52545A. Grayscale: #AAAAAA. Windows color (decimal): -5395547 or 10857389. OLE color: 10857389.
HSL color Cylindrical-coordinate representation of color #ADABA5: hue angle of 45º 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 #ADABA5 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 171 | 165 | - |
CMYK | 0 | 0.01 | 0.05 | 0.32 |
HSL | 45º | 0.05% | 0.66% | - |
HSV(B) | 45º | 0.05% | 0.68% | - |
XYZ | 38.59 | 40.73 | 41.42 | - |
YUV | 170.91 | 124.66 | 129.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 171 | 165 | 0 | 0.01 | 0.05 | 0.32 | 45 | 0.05 | 0.66 |
Hex | AD | AB | A5 | 0 | 1 | 5 | 20 | 2D | 5 | 42 |
Octal | 255 | 253 | 245 | 0 | 1 | 5 | 40 | 55 | 5 | 102 |
Binary | 10101101 | 10101011 | 10100101 | 0 | 1 | 101 | 100000 | 101101 | 101 | 1000010 |
Color Harmonies of #ADABA5
Complementary color
Monochromatic Colors of #ADABA5
Black with #ADABA5
Text Example
Text Example
White with #ADABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABA5; }
p { color: rgb(173,171,165); }
H1.HeaderClassName
{
color: #ADABA5;
}
.AnyTagClassName
{
color: #ADABA5;
}
</style>
background-color css
<style>
a { background-color: #ADABA5; }
a { background-color: rgb(173,171,165); }
div.DivClassName
{
background-color: #ADABA5;
}
.BgClassName
{
background-color: #ADABA5;
}
</style>
border-color css
<style>
span { border-color: #ADABA5; }
span { border-color: rgb(173,171,165); }
td.TdClassName
{
border-color: #ADABA5;
}
.TagClassName
{
border-color: #ADABA5;
}
</style>