Shades of Green Smoke #A9AF6D
Tints of Green Smoke #A9AF6D
RGB
CMYK
RGB Variations
Color information
#A9AF6D (or 0xA9AF6D) is known color: Green Smoke. HEX triplet: A9, AF and 6D. RGB value is (169,175,109). Sum of RGB (Red+Green+Blue) = 169+175+109=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AF6D is #565092. Grayscale: #A5A5A5. Windows color (decimal): -5656723 or 7188393. OLE color: 7188393.
HSL color Cylindrical-coordinate representation of color #A9AF6D: hue angle of 65.45º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9AF6D is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 175 | 109 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.31 |
| HSL | 65.45º | 0.29% | 0.56% | - |
| HSV(B) | 65.45º | 0.38% | 0.69% | - |
| XYZ | 34.45 | 40.2 | 20.41 | - |
| YUV | 165.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 175 | 109 | 0.03 | 0 | 0.38 | 0.31 | 65.45 | 0.29 | 0.56 |
| Hex | A9 | AF | 6D | 3 | 0 | 26 | 1F | 41 | 1D | 38 |
| Octal | 251 | 257 | 155 | 3 | 0 | 46 | 37 | 101 | 35 | 70 |
| Binary | 10101001 | 10101111 | 1101101 | 11 | 0 | 100110 | 11111 | 1000001 | 11101 | 111000 |
Color Harmonies of #A9AF6D
Complementary color
Monochromatic Colors of #A9AF6D
Black with #A9AF6D
Text Example
Text Example
White with #A9AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AF6D; }
p { color: rgb(169,175,109); }
H1.HeaderClassName
{
color: #A9AF6D;
}
.AnyTagClassName
{
color: #A9AF6D;
}
</style>
background-color css
<style>
a { background-color: #A9AF6D; }
a { background-color: rgb(169,175,109); }
div.DivClassName
{
background-color: #A9AF6D;
}
.BgClassName
{
background-color: #A9AF6D;
}
</style>
border-color css
<style>
span { border-color: #A9AF6D; }
span { border-color: rgb(169,175,109); }
td.TdClassName
{
border-color: #A9AF6D;
}
.TagClassName
{
border-color: #A9AF6D;
}
</style>