Shades of Foggy Grey #A8A89A
Tints of Foggy Grey #A8A89A
RGB
CMYK
RGB Variations
Color information
#A8A89A (or 0xA8A89A) is known color: Foggy Grey. HEX triplet: A8, A8 and 9A. RGB value is (168,168,154). Sum of RGB (Red+Green+Blue) = 168+168+154=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 168 - color contains mainly: red, green. Hex color #A8A89A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A89A is #575765. Grayscale: #A6A6A6. Windows color (decimal): -5724006 or 10135720. OLE color: 10135720.
HSL color Cylindrical-coordinate representation of color #A8A89A: hue angle of 60º 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 #A8A89A is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 168 | 154 | - |
CMYK | 0 | 0 | 0.08 | 0.34 |
HSL | 60º | 0.07% | 0.63% | - |
HSV(B) | 60º | 0.08% | 0.66% | - |
XYZ | 35.98 | 38.66 | 36.14 | - |
YUV | 166.4 | 121 | 129.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 168 | 154 | 0 | 0 | 0.08 | 0.34 | 60 | 0.07 | 0.63 |
Hex | A8 | A8 | 9A | 0 | 0 | 8 | 22 | 3C | 7 | 3F |
Octal | 250 | 250 | 232 | 0 | 0 | 10 | 42 | 74 | 7 | 77 |
Binary | 10101000 | 10101000 | 10011010 | 0 | 0 | 1000 | 100010 | 111100 | 111 | 111111 |
Color Harmonies of #A8A89A
Complementary color
Monochromatic Colors of #A8A89A
Black with #A8A89A
Text Example
Text Example
White with #A8A89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A89A; }
p { color: rgb(168,168,154); }
H1.HeaderClassName
{
color: #A8A89A;
}
.AnyTagClassName
{
color: #A8A89A;
}
</style>
background-color css
<style>
a { background-color: #A8A89A; }
a { background-color: rgb(168,168,154); }
div.DivClassName
{
background-color: #A8A89A;
}
.BgClassName
{
background-color: #A8A89A;
}
</style>
border-color css
<style>
span { border-color: #A8A89A; }
span { border-color: rgb(168,168,154); }
td.TdClassName
{
border-color: #A8A89A;
}
.TagClassName
{
border-color: #A8A89A;
}
</style>