Shades of Foggy Grey #ADABA4
Tints of Foggy Grey #ADABA4
RGB
CMYK
RGB Variations
Color information
#ADABA4 (or 0xADABA4) is known color: Foggy Grey. HEX triplet: AD, AB and A4. RGB value is (173,171,164). Sum of RGB (Red+Green+Blue) = 173+171+164=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 173 - color contains mainly: red. Hex color #ADABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABA4 is #52545B. Grayscale: #AAAAAA. Windows color (decimal): -5395548 or 10791853. OLE color: 10791853.
HSL color Cylindrical-coordinate representation of color #ADABA4: hue angle of 46.67º 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 #ADABA4 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 171 | 164 | - |
CMYK | 0 | 0.01 | 0.05 | 0.32 |
HSL | 46.67º | 0.05% | 0.66% | - |
HSV(B) | 46.67º | 0.05% | 0.68% | - |
XYZ | 38.5 | 40.69 | 40.95 | - |
YUV | 170.8 | 124.16 | 129.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 171 | 164 | 0 | 0.01 | 0.05 | 0.32 | 46.67 | 0.05 | 0.66 |
Hex | AD | AB | A4 | 0 | 1 | 5 | 20 | 2F | 5 | 42 |
Octal | 255 | 253 | 244 | 0 | 1 | 5 | 40 | 57 | 5 | 102 |
Binary | 10101101 | 10101011 | 10100100 | 0 | 1 | 101 | 100000 | 101111 | 101 | 1000010 |
Color Harmonies of #ADABA4
Complementary color
Monochromatic Colors of #ADABA4
Black with #ADABA4
Text Example
Text Example
White with #ADABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABA4; }
p { color: rgb(173,171,164); }
H1.HeaderClassName
{
color: #ADABA4;
}
.AnyTagClassName
{
color: #ADABA4;
}
</style>
background-color css
<style>
a { background-color: #ADABA4; }
a { background-color: rgb(173,171,164); }
div.DivClassName
{
background-color: #ADABA4;
}
.BgClassName
{
background-color: #ADABA4;
}
</style>
border-color css
<style>
span { border-color: #ADABA4; }
span { border-color: rgb(173,171,164); }
td.TdClassName
{
border-color: #ADABA4;
}
.TagClassName
{
border-color: #ADABA4;
}
</style>