Shades of Green Smoke #A4AF61
Tints of Green Smoke #A4AF61
RGB
CMYK
RGB Variations
Color information
#A4AF61 (or 0xA4AF61) is known color: Green Smoke. HEX triplet: A4, AF and 61. RGB value is (164,175,97). Sum of RGB (Red+Green+Blue) = 164+175+97=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AF61 is #5B509E. Grayscale: #A3A3A3. Windows color (decimal): -5984415 or 6401956. OLE color: 6401956.
HSL color Cylindrical-coordinate representation of color #A4AF61: hue angle of 68.46º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4AF61 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 175 | 97 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.31 |
| HSL | 68.46º | 0.33% | 0.53% | - |
| HSV(B) | 68.46º | 0.45% | 0.69% | - |
| XYZ | 32.8 | 39.42 | 17.19 | - |
| YUV | 162.82 | 90.86 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 175 | 97 | 0.06 | 0 | 0.45 | 0.31 | 68.46 | 0.33 | 0.53 |
| Hex | A4 | AF | 61 | 6 | 0 | 2D | 1F | 44 | 21 | 35 |
| Octal | 244 | 257 | 141 | 6 | 0 | 55 | 37 | 104 | 41 | 65 |
| Binary | 10100100 | 10101111 | 1100001 | 110 | 0 | 101101 | 11111 | 1000100 | 100001 | 110101 |
Color Harmonies of #A4AF61
Complementary color
Monochromatic Colors of #A4AF61
Black with #A4AF61
Text Example
Text Example
White with #A4AF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AF61; }
p { color: rgb(164,175,97); }
H1.HeaderClassName
{
color: #A4AF61;
}
.AnyTagClassName
{
color: #A4AF61;
}
</style>
background-color css
<style>
a { background-color: #A4AF61; }
a { background-color: rgb(164,175,97); }
div.DivClassName
{
background-color: #A4AF61;
}
.BgClassName
{
background-color: #A4AF61;
}
</style>
border-color css
<style>
span { border-color: #A4AF61; }
span { border-color: rgb(164,175,97); }
td.TdClassName
{
border-color: #A4AF61;
}
.TagClassName
{
border-color: #A4AF61;
}
</style>