Shades of Green Smoke #A4AF5A
Tints of Green Smoke #A4AF5A
RGB
CMYK
RGB Variations
Color information
#A4AF5A (or 0xA4AF5A) is known color: Green Smoke. HEX triplet: A4, AF and 5A. RGB value is (164,175,90). Sum of RGB (Red+Green+Blue) = 164+175+90=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AF5A is #5B50A5. Grayscale: #A2A2A2. Windows color (decimal): -5984422 or 5943204. OLE color: 5943204.
HSL color Cylindrical-coordinate representation of color #A4AF5A: hue angle of 67.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4AF5A is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 175 | 90 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.31 |
| HSL | 67.76º | 0.35% | 0.52% | - |
| HSV(B) | 67.76º | 0.49% | 0.69% | - |
| XYZ | 32.49 | 39.29 | 15.54 | - |
| YUV | 162.02 | 87.36 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 175 | 90 | 0.06 | 0 | 0.49 | 0.31 | 67.76 | 0.35 | 0.52 |
| Hex | A4 | AF | 5A | 6 | 0 | 31 | 1F | 44 | 23 | 34 |
| Octal | 244 | 257 | 132 | 6 | 0 | 61 | 37 | 104 | 43 | 64 |
| Binary | 10100100 | 10101111 | 1011010 | 110 | 0 | 110001 | 11111 | 1000100 | 100011 | 110100 |
Color Harmonies of #A4AF5A
Complementary color
Monochromatic Colors of #A4AF5A
Black with #A4AF5A
Text Example
Text Example
White with #A4AF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AF5A; }
p { color: rgb(164,175,90); }
H1.HeaderClassName
{
color: #A4AF5A;
}
.AnyTagClassName
{
color: #A4AF5A;
}
</style>
background-color css
<style>
a { background-color: #A4AF5A; }
a { background-color: rgb(164,175,90); }
div.DivClassName
{
background-color: #A4AF5A;
}
.BgClassName
{
background-color: #A4AF5A;
}
</style>
border-color css
<style>
span { border-color: #A4AF5A; }
span { border-color: rgb(164,175,90); }
td.TdClassName
{
border-color: #A4AF5A;
}
.TagClassName
{
border-color: #A4AF5A;
}
</style>