Shades of Green Smoke #A3AE6B
Tints of Green Smoke #A3AE6B
RGB
CMYK
RGB Variations
Color information
#A3AE6B (or 0xA3AE6B) is known color: Green Smoke. HEX triplet: A3, AE and 6B. RGB value is (163,174,107). Sum of RGB (Red+Green+Blue) = 163+174+107=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AE6B is #5C5194. Grayscale: #A3A3A3. Windows color (decimal): -6050197 or 7057059. OLE color: 7057059.
HSL color Cylindrical-coordinate representation of color #A3AE6B: hue angle of 69.85º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3AE6B is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 174 | 107 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.32 |
| HSL | 69.85º | 0.29% | 0.55% | - |
| HSV(B) | 69.85º | 0.39% | 0.68% | - |
| XYZ | 32.89 | 39.12 | 19.73 | - |
| YUV | 163.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 107 | 0.06 | 0 | 0.39 | 0.32 | 69.85 | 0.29 | 0.55 |
| Hex | A3 | AE | 6B | 6 | 0 | 27 | 20 | 46 | 1D | 37 |
| Octal | 243 | 256 | 153 | 6 | 0 | 47 | 40 | 106 | 35 | 67 |
| Binary | 10100011 | 10101110 | 1101011 | 110 | 0 | 100111 | 100000 | 1000110 | 11101 | 110111 |
Color Harmonies of #A3AE6B
Complementary color
Monochromatic Colors of #A3AE6B
Black with #A3AE6B
Text Example
Text Example
White with #A3AE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AE6B; }
p { color: rgb(163,174,107); }
H1.HeaderClassName
{
color: #A3AE6B;
}
.AnyTagClassName
{
color: #A3AE6B;
}
</style>
background-color css
<style>
a { background-color: #A3AE6B; }
a { background-color: rgb(163,174,107); }
div.DivClassName
{
background-color: #A3AE6B;
}
.BgClassName
{
background-color: #A3AE6B;
}
</style>
border-color css
<style>
span { border-color: #A3AE6B; }
span { border-color: rgb(163,174,107); }
td.TdClassName
{
border-color: #A3AE6B;
}
.TagClassName
{
border-color: #A3AE6B;
}
</style>