Shades of Foggy Grey #A8A59A
Tints of Foggy Grey #A8A59A
RGB
CMYK
RGB Variations
Color information
#A8A59A (or 0xA8A59A) is known color: Foggy Grey. HEX triplet: A8, A5 and 9A. RGB value is (168,165,154). Sum of RGB (Red+Green+Blue) = 168+165+154=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A59A is #575A65. Grayscale: #A4A4A4. Windows color (decimal): -5724774 or 10134952. OLE color: 10134952.
HSL color Cylindrical-coordinate representation of color #A8A59A: hue angle of 47.14º 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 #A8A59A is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 165 | 154 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.34 |
| HSL | 47.14º | 0.07% | 0.63% | - |
| HSV(B) | 47.14º | 0.08% | 0.66% | - |
| XYZ | 35.44 | 37.57 | 35.96 | - |
| YUV | 164.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 165 | 154 | 0 | 0.02 | 0.08 | 0.34 | 47.14 | 0.07 | 0.63 |
| Hex | A8 | A5 | 9A | 0 | 2 | 8 | 22 | 2F | 7 | 3F |
| Octal | 250 | 245 | 232 | 0 | 2 | 10 | 42 | 57 | 7 | 77 |
| Binary | 10101000 | 10100101 | 10011010 | 0 | 10 | 1000 | 100010 | 101111 | 111 | 111111 |
Color Harmonies of #A8A59A
Complementary color
Monochromatic Colors of #A8A59A
Black with #A8A59A
Text Example
Text Example
White with #A8A59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A59A; }
p { color: rgb(168,165,154); }
H1.HeaderClassName
{
color: #A8A59A;
}
.AnyTagClassName
{
color: #A8A59A;
}
</style>
background-color css
<style>
a { background-color: #A8A59A; }
a { background-color: rgb(168,165,154); }
div.DivClassName
{
background-color: #A8A59A;
}
.BgClassName
{
background-color: #A8A59A;
}
</style>
border-color css
<style>
span { border-color: #A8A59A; }
span { border-color: rgb(168,165,154); }
td.TdClassName
{
border-color: #A8A59A;
}
.TagClassName
{
border-color: #A8A59A;
}
</style>