Shades of Green Smoke #A4A85A
Tints of Green Smoke #A4A85A
RGB
CMYK
RGB Variations
Color information
#A4A85A (or 0xA4A85A) is known color: Green Smoke. HEX triplet: A4, A8 and 5A. RGB value is (164,168,90). Sum of RGB (Red+Green+Blue) = 164+168+90=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A85A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A85A is #5B57A5. Grayscale: #9E9E9E. Windows color (decimal): -5986214 or 5941412. OLE color: 5941412.
HSL color Cylindrical-coordinate representation of color #A4A85A: hue angle of 63.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4A85A is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 168 | 90 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.34 |
| HSL | 63.08º | 0.31% | 0.51% | - |
| HSV(B) | 63.08º | 0.46% | 0.66% | - |
| XYZ | 31.16 | 36.64 | 15.1 | - |
| YUV | 157.91 | 89.67 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 168 | 90 | 0.02 | 0 | 0.46 | 0.34 | 63.08 | 0.31 | 0.51 |
| Hex | A4 | A8 | 5A | 2 | 0 | 2E | 22 | 3F | 1F | 33 |
| Octal | 244 | 250 | 132 | 2 | 0 | 56 | 42 | 77 | 37 | 63 |
| Binary | 10100100 | 10101000 | 1011010 | 10 | 0 | 101110 | 100010 | 111111 | 11111 | 110011 |
Color Harmonies of #A4A85A
Complementary color
Monochromatic Colors of #A4A85A
Black with #A4A85A
Text Example
Text Example
White with #A4A85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A85A; }
p { color: rgb(164,168,90); }
H1.HeaderClassName
{
color: #A4A85A;
}
.AnyTagClassName
{
color: #A4A85A;
}
</style>
background-color css
<style>
a { background-color: #A4A85A; }
a { background-color: rgb(164,168,90); }
div.DivClassName
{
background-color: #A4A85A;
}
.BgClassName
{
background-color: #A4A85A;
}
</style>
border-color css
<style>
span { border-color: #A4A85A; }
span { border-color: rgb(164,168,90); }
td.TdClassName
{
border-color: #A4A85A;
}
.TagClassName
{
border-color: #A4A85A;
}
</style>