Shades of Foggy Grey #A8A796
Tints of Foggy Grey #A8A796
RGB
CMYK
RGB Variations
Color information
#A8A796 (or 0xA8A796) is known color: Foggy Grey. HEX triplet: A8, A7 and 96. RGB value is (168,167,150). Sum of RGB (Red+Green+Blue) = 168+167+150=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A796 is #575869. Grayscale: #A5A5A5. Windows color (decimal): -5724266 or 9873320. OLE color: 9873320.
HSL color Cylindrical-coordinate representation of color #A8A796: hue angle of 56.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8A796 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 150 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.34 |
| HSL | 56.67º | 0.09% | 0.62% | - |
| HSV(B) | 56.67º | 0.11% | 0.66% | - |
| XYZ | 35.47 | 38.16 | 34.35 | - |
| YUV | 165.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 150 | 0 | 0.01 | 0.11 | 0.34 | 56.67 | 0.09 | 0.62 |
| Hex | A8 | A7 | 96 | 0 | 1 | B | 22 | 39 | 9 | 3E |
| Octal | 250 | 247 | 226 | 0 | 1 | 13 | 42 | 71 | 11 | 76 |
| Binary | 10101000 | 10100111 | 10010110 | 0 | 1 | 1011 | 100010 | 111001 | 1001 | 111110 |
Color Harmonies of #A8A796
Complementary color
Monochromatic Colors of #A8A796
Black with #A8A796
Text Example
Text Example
White with #A8A796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A796; }
p { color: rgb(168,167,150); }
H1.HeaderClassName
{
color: #A8A796;
}
.AnyTagClassName
{
color: #A8A796;
}
</style>
background-color css
<style>
a { background-color: #A8A796; }
a { background-color: rgb(168,167,150); }
div.DivClassName
{
background-color: #A8A796;
}
.BgClassName
{
background-color: #A8A796;
}
</style>
border-color css
<style>
span { border-color: #A8A796; }
span { border-color: rgb(168,167,150); }
td.TdClassName
{
border-color: #A8A796;
}
.TagClassName
{
border-color: #A8A796;
}
</style>