Shades of Green Smoke #A4AF60
Tints of Green Smoke #A4AF60
RGB
CMYK
RGB Variations
Color information
#A4AF60 (or 0xA4AF60) is known color: Green Smoke. HEX triplet: A4, AF and 60. RGB value is (164,175,96). Sum of RGB (Red+Green+Blue) = 164+175+96=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AF60 is #5B509F. Grayscale: #A3A3A3. Windows color (decimal): -5984416 or 6336420. OLE color: 6336420.
HSL color Cylindrical-coordinate representation of color #A4AF60: hue angle of 68.35º 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 #A4AF60 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 175 | 96 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.31 |
| HSL | 68.35º | 0.33% | 0.53% | - |
| HSV(B) | 68.35º | 0.45% | 0.69% | - |
| XYZ | 32.75 | 39.4 | 16.94 | - |
| YUV | 162.71 | 90.36 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 175 | 96 | 0.06 | 0 | 0.45 | 0.31 | 68.35 | 0.33 | 0.53 |
| Hex | A4 | AF | 60 | 6 | 0 | 2D | 1F | 44 | 21 | 35 |
| Octal | 244 | 257 | 140 | 6 | 0 | 55 | 37 | 104 | 41 | 65 |
| Binary | 10100100 | 10101111 | 1100000 | 110 | 0 | 101101 | 11111 | 1000100 | 100001 | 110101 |
Color Harmonies of #A4AF60
Complementary color
Monochromatic Colors of #A4AF60
Black with #A4AF60
Text Example
Text Example
White with #A4AF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AF60; }
p { color: rgb(164,175,96); }
H1.HeaderClassName
{
color: #A4AF60;
}
.AnyTagClassName
{
color: #A4AF60;
}
</style>
background-color css
<style>
a { background-color: #A4AF60; }
a { background-color: rgb(164,175,96); }
div.DivClassName
{
background-color: #A4AF60;
}
.BgClassName
{
background-color: #A4AF60;
}
</style>
border-color css
<style>
span { border-color: #A4AF60; }
span { border-color: rgb(164,175,96); }
td.TdClassName
{
border-color: #A4AF60;
}
.TagClassName
{
border-color: #A4AF60;
}
</style>