Shades of Foggy Grey #A5A395
Tints of Foggy Grey #A5A395
RGB
CMYK
RGB Variations
Color information
#A5A395 (or 0xA5A395) is known color: Foggy Grey. HEX triplet: A5, A3 and 95. RGB value is (165,163,149). Sum of RGB (Red+Green+Blue) = 165+163+149=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A395 is #5A5C6A. Grayscale: #A2A2A2. Windows color (decimal): -5921899 or 9806757. OLE color: 9806757.
HSL color Cylindrical-coordinate representation of color #A5A395: hue angle of 52.5º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5A395 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 163 | 149 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.35 |
| HSL | 52.5º | 0.08% | 0.62% | - |
| HSV(B) | 52.5º | 0.1% | 0.65% | - |
| XYZ | 34.04 | 36.36 | 33.66 | - |
| YUV | 162 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 163 | 149 | 0 | 0.01 | 0.10 | 0.35 | 52.5 | 0.08 | 0.62 |
| Hex | A5 | A3 | 95 | 0 | 1 | A | 23 | 34 | 8 | 3E |
| Octal | 245 | 243 | 225 | 0 | 1 | 12 | 43 | 64 | 10 | 76 |
| Binary | 10100101 | 10100011 | 10010101 | 0 | 1 | 1010 | 100011 | 110100 | 1000 | 111110 |
Color Harmonies of #A5A395
Complementary color
Monochromatic Colors of #A5A395
Black with #A5A395
Text Example
Text Example
White with #A5A395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A395; }
p { color: rgb(165,163,149); }
H1.HeaderClassName
{
color: #A5A395;
}
.AnyTagClassName
{
color: #A5A395;
}
</style>
background-color css
<style>
a { background-color: #A5A395; }
a { background-color: rgb(165,163,149); }
div.DivClassName
{
background-color: #A5A395;
}
.BgClassName
{
background-color: #A5A395;
}
</style>
border-color css
<style>
span { border-color: #A5A395; }
span { border-color: rgb(165,163,149); }
td.TdClassName
{
border-color: #A5A395;
}
.TagClassName
{
border-color: #A5A395;
}
</style>