Shades of Green Smoke #A5AE6C
Tints of Green Smoke #A5AE6C
RGB
CMYK
RGB Variations
Color information
#A5AE6C (or 0xA5AE6C) is known color: Green Smoke. HEX triplet: A5, AE and 6C. RGB value is (165,174,108). Sum of RGB (Red+Green+Blue) = 165+174+108=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AE6C is #5A5193. Grayscale: #A4A4A4. Windows color (decimal): -5919124 or 7122597. OLE color: 7122597.
HSL color Cylindrical-coordinate representation of color #A5AE6C: hue angle of 68.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5AE6C is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 174 | 108 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.32 |
| HSL | 68.18º | 0.29% | 0.55% | - |
| HSV(B) | 68.18º | 0.38% | 0.68% | - |
| XYZ | 33.36 | 39.35 | 20.03 | - |
| YUV | 163.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 174 | 108 | 0.05 | 0 | 0.38 | 0.32 | 68.18 | 0.29 | 0.55 |
| Hex | A5 | AE | 6C | 5 | 0 | 26 | 20 | 44 | 1D | 37 |
| Octal | 245 | 256 | 154 | 5 | 0 | 46 | 40 | 104 | 35 | 67 |
| Binary | 10100101 | 10101110 | 1101100 | 101 | 0 | 100110 | 100000 | 1000100 | 11101 | 110111 |
Color Harmonies of #A5AE6C
Complementary color
Monochromatic Colors of #A5AE6C
Black with #A5AE6C
Text Example
Text Example
White with #A5AE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AE6C; }
p { color: rgb(165,174,108); }
H1.HeaderClassName
{
color: #A5AE6C;
}
.AnyTagClassName
{
color: #A5AE6C;
}
</style>
background-color css
<style>
a { background-color: #A5AE6C; }
a { background-color: rgb(165,174,108); }
div.DivClassName
{
background-color: #A5AE6C;
}
.BgClassName
{
background-color: #A5AE6C;
}
</style>
border-color css
<style>
span { border-color: #A5AE6C; }
span { border-color: rgb(165,174,108); }
td.TdClassName
{
border-color: #A5AE6C;
}
.TagClassName
{
border-color: #A5AE6C;
}
</style>