Shades of Cloudy #ADABA8
Tints of Cloudy #ADABA8
RGB
CMYK
RGB Variations
Color information
#ADABA8 (or 0xADABA8) is known color: Cloudy. HEX triplet: AD, AB and A8. RGB value is (173,171,168). Sum of RGB (Red+Green+Blue) = 173+171+168=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 173 - color contains mainly: red. Hex color #ADABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABA8 is #525457. Grayscale: #ABABAB. Windows color (decimal): -5395544 or 11053997. OLE color: 11053997.
HSL color Cylindrical-coordinate representation of color #ADABA8: hue angle of 36º degrees, saturation: 0.03, 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 #ADABA8 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 171 | 168 | - |
CMYK | 0 | 0.01 | 0.03 | 0.32 |
HSL | 36º | 0.03% | 0.67% | - |
HSV(B) | 36º | 0.03% | 0.68% | - |
XYZ | 38.86 | 40.84 | 42.88 | - |
YUV | 171.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 171 | 168 | 0 | 0.01 | 0.03 | 0.32 | 36 | 0.03 | 0.67 |
Hex | AD | AB | A8 | 0 | 1 | 3 | 20 | 24 | 3 | 43 |
Octal | 255 | 253 | 250 | 0 | 1 | 3 | 40 | 44 | 3 | 103 |
Binary | 10101101 | 10101011 | 10101000 | 0 | 1 | 11 | 100000 | 100100 | 11 | 1000011 |
Color Harmonies of #ADABA8
Complementary color
Monochromatic Colors of #ADABA8
Black with #ADABA8
Text Example
Text Example
White with #ADABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABA8; }
p { color: rgb(173,171,168); }
H1.HeaderClassName
{
color: #ADABA8;
}
.AnyTagClassName
{
color: #ADABA8;
}
</style>
background-color css
<style>
a { background-color: #ADABA8; }
a { background-color: rgb(173,171,168); }
div.DivClassName
{
background-color: #ADABA8;
}
.BgClassName
{
background-color: #ADABA8;
}
</style>
border-color css
<style>
span { border-color: #ADABA8; }
span { border-color: rgb(173,171,168); }
td.TdClassName
{
border-color: #ADABA8;
}
.TagClassName
{
border-color: #ADABA8;
}
</style>