Shades of Foggy Grey #ADABA2
Tints of Foggy Grey #ADABA2
RGB
CMYK
RGB Variations
Color information
#ADABA2 (or 0xADABA2) is known color: Foggy Grey. HEX triplet: AD, AB and A2. RGB value is (173,171,162). Sum of RGB (Red+Green+Blue) = 173+171+162=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 173 - color contains mainly: red. Hex color #ADABA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABA2 is #52545D. Grayscale: #AAAAAA. Windows color (decimal): -5395550 or 10660781. OLE color: 10660781.
HSL color Cylindrical-coordinate representation of color #ADABA2: hue angle of 49.09º 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 #ADABA2 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 171 | 162 | - |
CMYK | 0 | 0.01 | 0.06 | 0.32 |
HSL | 49.09º | 0.06% | 0.66% | - |
HSV(B) | 49.09º | 0.06% | 0.68% | - |
XYZ | 38.32 | 40.62 | 40 | - |
YUV | 170.57 | 123.16 | 129.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 171 | 162 | 0 | 0.01 | 0.06 | 0.32 | 49.09 | 0.06 | 0.66 |
Hex | AD | AB | A2 | 0 | 1 | 6 | 20 | 31 | 6 | 42 |
Octal | 255 | 253 | 242 | 0 | 1 | 6 | 40 | 61 | 6 | 102 |
Binary | 10101101 | 10101011 | 10100010 | 0 | 1 | 110 | 100000 | 110001 | 110 | 1000010 |
Color Harmonies of #ADABA2
Complementary color
Monochromatic Colors of #ADABA2
Black with #ADABA2
Text Example
Text Example
White with #ADABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABA2; }
p { color: rgb(173,171,162); }
H1.HeaderClassName
{
color: #ADABA2;
}
.AnyTagClassName
{
color: #ADABA2;
}
</style>
background-color css
<style>
a { background-color: #ADABA2; }
a { background-color: rgb(173,171,162); }
div.DivClassName
{
background-color: #ADABA2;
}
.BgClassName
{
background-color: #ADABA2;
}
</style>
border-color css
<style>
span { border-color: #ADABA2; }
span { border-color: rgb(173,171,162); }
td.TdClassName
{
border-color: #ADABA2;
}
.TagClassName
{
border-color: #ADABA2;
}
</style>