Shades of Foggy Grey #A8A799
Tints of Foggy Grey #A8A799
RGB
CMYK
RGB Variations
Color information
#A8A799 (or 0xA8A799) is known color: Foggy Grey. HEX triplet: A8, A7 and 99. RGB value is (168,167,153). Sum of RGB (Red+Green+Blue) = 168+167+153=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A799 is #575866. Grayscale: #A5A5A5. Windows color (decimal): -5724263 or 10069928. OLE color: 10069928.
HSL color Cylindrical-coordinate representation of color #A8A799: hue angle of 56º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8A799 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 167 | 153 | - |
CMYK | 0 | 0.01 | 0.09 | 0.34 |
HSL | 56º | 0.08% | 0.63% | - |
HSV(B) | 56º | 0.09% | 0.66% | - |
XYZ | 35.72 | 38.26 | 35.64 | - |
YUV | 165.7 | 120.83 | 129.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 167 | 153 | 0 | 0.01 | 0.09 | 0.34 | 56 | 0.08 | 0.63 |
Hex | A8 | A7 | 99 | 0 | 1 | 9 | 22 | 38 | 8 | 3F |
Octal | 250 | 247 | 231 | 0 | 1 | 11 | 42 | 70 | 10 | 77 |
Binary | 10101000 | 10100111 | 10011001 | 0 | 1 | 1001 | 100010 | 111000 | 1000 | 111111 |
Color Harmonies of #A8A799
Complementary color
Monochromatic Colors of #A8A799
Black with #A8A799
Text Example
Text Example
White with #A8A799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A799; }
p { color: rgb(168,167,153); }
H1.HeaderClassName
{
color: #A8A799;
}
.AnyTagClassName
{
color: #A8A799;
}
</style>
background-color css
<style>
a { background-color: #A8A799; }
a { background-color: rgb(168,167,153); }
div.DivClassName
{
background-color: #A8A799;
}
.BgClassName
{
background-color: #A8A799;
}
</style>
border-color css
<style>
span { border-color: #A8A799; }
span { border-color: rgb(168,167,153); }
td.TdClassName
{
border-color: #A8A799;
}
.TagClassName
{
border-color: #A8A799;
}
</style>