Shades of Foggy Grey #ADADA0
Tints of Foggy Grey #ADADA0
RGB
CMYK
RGB Variations
Color information
#ADADA0 (or 0xADADA0) is known color: Foggy Grey. HEX triplet: AD, AD and A0. RGB value is (173,173,160). Sum of RGB (Red+Green+Blue) = 173+173+160=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADA0 is #52525F. Grayscale: #ABABAB. Windows color (decimal): -5395040 or 10530221. OLE color: 10530221.
HSL color Cylindrical-coordinate representation of color #ADADA0: hue angle of 60º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADADA0 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 173 | 160 | - |
CMYK | 0 | 0 | 0.08 | 0.32 |
HSL | 60º | 0.07% | 0.65% | - |
HSV(B) | 60º | 0.08% | 0.68% | - |
XYZ | 38.52 | 41.31 | 39.2 | - |
YUV | 171.52 | 121.5 | 129.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 160 | 0 | 0 | 0.08 | 0.32 | 60 | 0.07 | 0.65 |
Hex | AD | AD | A0 | 0 | 0 | 8 | 20 | 3C | 7 | 41 |
Octal | 255 | 255 | 240 | 0 | 0 | 10 | 40 | 74 | 7 | 101 |
Binary | 10101101 | 10101101 | 10100000 | 0 | 0 | 1000 | 100000 | 111100 | 111 | 1000001 |
Color Harmonies of #ADADA0
Complementary color
Monochromatic Colors of #ADADA0
Black with #ADADA0
Text Example
Text Example
White with #ADADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADA0; }
p { color: rgb(173,173,160); }
H1.HeaderClassName
{
color: #ADADA0;
}
.AnyTagClassName
{
color: #ADADA0;
}
</style>
background-color css
<style>
a { background-color: #ADADA0; }
a { background-color: rgb(173,173,160); }
div.DivClassName
{
background-color: #ADADA0;
}
.BgClassName
{
background-color: #ADADA0;
}
</style>
border-color css
<style>
span { border-color: #ADADA0; }
span { border-color: rgb(173,173,160); }
td.TdClassName
{
border-color: #ADADA0;
}
.TagClassName
{
border-color: #ADADA0;
}
</style>