Shades of Foggy Grey #A9A69B
Tints of Foggy Grey #A9A69B
RGB
CMYK
RGB Variations
Color information
#A9A69B (or 0xA9A69B) is known color: Foggy Grey. HEX triplet: A9, A6 and 9B. RGB value is (169,166,155). Sum of RGB (Red+Green+Blue) = 169+166+155=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A69B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A69B is #565964. Grayscale: #A5A5A5. Windows color (decimal): -5658981 or 10200745. OLE color: 10200745.
HSL color Cylindrical-coordinate representation of color #A9A69B: hue angle of 47.14º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A9A69B is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 166 | 155 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.34 |
| HSL | 47.14º | 0.08% | 0.64% | - |
| HSV(B) | 47.14º | 0.08% | 0.66% | - |
| XYZ | 35.91 | 38.07 | 36.47 | - |
| YUV | 165.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 166 | 155 | 0 | 0.02 | 0.08 | 0.34 | 47.14 | 0.08 | 0.64 |
| Hex | A9 | A6 | 9B | 0 | 2 | 8 | 22 | 2F | 8 | 40 |
| Octal | 251 | 246 | 233 | 0 | 2 | 10 | 42 | 57 | 10 | 100 |
| Binary | 10101001 | 10100110 | 10011011 | 0 | 10 | 1000 | 100010 | 101111 | 1000 | 1000000 |
Color Harmonies of #A9A69B
Complementary color
Monochromatic Colors of #A9A69B
Black with #A9A69B
Text Example
Text Example
White with #A9A69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A69B; }
p { color: rgb(169,166,155); }
H1.HeaderClassName
{
color: #A9A69B;
}
.AnyTagClassName
{
color: #A9A69B;
}
</style>
background-color css
<style>
a { background-color: #A9A69B; }
a { background-color: rgb(169,166,155); }
div.DivClassName
{
background-color: #A9A69B;
}
.BgClassName
{
background-color: #A9A69B;
}
</style>
border-color css
<style>
span { border-color: #A9A69B; }
span { border-color: rgb(169,166,155); }
td.TdClassName
{
border-color: #A9A69B;
}
.TagClassName
{
border-color: #A9A69B;
}
</style>