Shades of Foggy Grey #A4A39B
Tints of Foggy Grey #A4A39B
RGB
CMYK
RGB Variations
Color information
#A4A39B (or 0xA4A39B) is known color: Foggy Grey. HEX triplet: A4, A3 and 9B. RGB value is (164,163,155). Sum of RGB (Red+Green+Blue) = 164+163+155=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A39B is #5B5C64. Grayscale: #A2A2A2. Windows color (decimal): -5987429 or 10199972. OLE color: 10199972.
HSL color Cylindrical-coordinate representation of color #A4A39B: hue angle of 53.33º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A4A39B is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 163 | 155 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.36 |
| HSL | 53.33º | 0.05% | 0.63% | - |
| HSV(B) | 53.33º | 0.05% | 0.64% | - |
| XYZ | 34.32 | 36.45 | 36.24 | - |
| YUV | 162.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 155 | 0 | 0.01 | 0.05 | 0.36 | 53.33 | 0.05 | 0.63 |
| Hex | A4 | A3 | 9B | 0 | 1 | 5 | 24 | 35 | 5 | 3F |
| Octal | 244 | 243 | 233 | 0 | 1 | 5 | 44 | 65 | 5 | 77 |
| Binary | 10100100 | 10100011 | 10011011 | 0 | 1 | 101 | 100100 | 110101 | 101 | 111111 |
Color Harmonies of #A4A39B
Complementary color
Monochromatic Colors of #A4A39B
Black with #A4A39B
Text Example
Text Example
White with #A4A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A39B; }
p { color: rgb(164,163,155); }
H1.HeaderClassName
{
color: #A4A39B;
}
.AnyTagClassName
{
color: #A4A39B;
}
</style>
background-color css
<style>
a { background-color: #A4A39B; }
a { background-color: rgb(164,163,155); }
div.DivClassName
{
background-color: #A4A39B;
}
.BgClassName
{
background-color: #A4A39B;
}
</style>
border-color css
<style>
span { border-color: #A4A39B; }
span { border-color: rgb(164,163,155); }
td.TdClassName
{
border-color: #A4A39B;
}
.TagClassName
{
border-color: #A4A39B;
}
</style>