Shades of Foggy Grey #A8A79B
Tints of Foggy Grey #A8A79B
RGB
CMYK
RGB Variations
Color information
#A8A79B (or 0xA8A79B) is known color: Foggy Grey. HEX triplet: A8, A7 and 9B. RGB value is (168,167,155). Sum of RGB (Red+Green+Blue) = 168+167+155=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A79B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A79B is #575864. Grayscale: #A5A5A5. Windows color (decimal): -5724261 or 10201000. OLE color: 10201000.
HSL color Cylindrical-coordinate representation of color #A8A79B: hue angle of 55.38º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8A79B is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 155 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.34 |
| HSL | 55.38º | 0.07% | 0.63% | - |
| HSV(B) | 55.38º | 0.08% | 0.66% | - |
| XYZ | 35.88 | 38.33 | 36.52 | - |
| YUV | 165.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 155 | 0 | 0.01 | 0.08 | 0.34 | 55.38 | 0.07 | 0.63 |
| Hex | A8 | A7 | 9B | 0 | 1 | 8 | 22 | 37 | 7 | 3F |
| Octal | 250 | 247 | 233 | 0 | 1 | 10 | 42 | 67 | 7 | 77 |
| Binary | 10101000 | 10100111 | 10011011 | 0 | 1 | 1000 | 100010 | 110111 | 111 | 111111 |
Color Harmonies of #A8A79B
Complementary color
Monochromatic Colors of #A8A79B
Black with #A8A79B
Text Example
Text Example
White with #A8A79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A79B; }
p { color: rgb(168,167,155); }
H1.HeaderClassName
{
color: #A8A79B;
}
.AnyTagClassName
{
color: #A8A79B;
}
</style>
background-color css
<style>
a { background-color: #A8A79B; }
a { background-color: rgb(168,167,155); }
div.DivClassName
{
background-color: #A8A79B;
}
.BgClassName
{
background-color: #A8A79B;
}
</style>
border-color css
<style>
span { border-color: #A8A79B; }
span { border-color: rgb(168,167,155); }
td.TdClassName
{
border-color: #A8A79B;
}
.TagClassName
{
border-color: #A8A79B;
}
</style>